Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): fix more documentation warnings #6145

Merged
merged 1 commit into from Jul 2, 2020
Merged

Conversation

jackfranklin
Copy link
Collaborator

No description provided.

@@ -234,7 +237,7 @@ export class FrameManager extends EventEmitter {
if (this._frames.has(frameId)) return;
assert(parentFrameId);
const parentFrame = this._frames.get(parentFrameId);
const frame = new Frame(this, this._client, parentFrame, frameId);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

turns out that we instantiate the Frame class with a CDP session, but we never use it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤯

@jackfranklin jackfranklin merged commit 054fa2e into main Jul 2, 2020
@jackfranklin jackfranklin deleted the more-docs-tidying branch July 2, 2020 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants