fix(types): add jsdoc for the DOMWorld on frames (#4158)
This commit is contained in:
parent
26abcda668
commit
0c8ace2fab
@ -367,7 +367,9 @@ class Frame {
|
||||
this._loaderId = '';
|
||||
/** @type {!Set<string>} */
|
||||
this._lifecycleEvents = new Set();
|
||||
/** @type {!DOMWorld} */
|
||||
this._mainWorld = new DOMWorld(frameManager, this, frameManager._timeoutSettings);
|
||||
/** @type {!DOMWorld} */
|
||||
this._secondaryWorld = new DOMWorld(frameManager, this, frameManager._timeoutSettings);
|
||||
|
||||
/** @type {!Set<!Frame>} */
|
||||
|
Loading…
Reference in New Issue
Block a user