Skip to content

Commit

Permalink
fix(types): add jsdoc for the DOMWorld on frames (#4158)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder authored and aslushnikov committed Mar 12, 2019
1 parent 26abcda commit 0c8ace2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/FrameManager.js
Expand Up @@ -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>} */
Expand Down

0 comments on commit 0c8ace2

Please sign in to comment.