mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
cloneInto targetScope should be a Window object
This commit is contained in:
2
ext/src/global.d.ts
vendored
2
ext/src/global.d.ts
vendored
@@ -19,7 +19,7 @@ interface CloneIntoOptions {
|
|||||||
|
|
||||||
declare function cloneInto<T> (
|
declare function cloneInto<T> (
|
||||||
obj: T
|
obj: T
|
||||||
, targetScope: any
|
, targetScope: Window
|
||||||
, options?: CloneIntoOptions): T;
|
, options?: CloneIntoOptions): T;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user