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

feat(new-docs): migrate Dialog documentation to TSDoc #5981

Merged
merged 5 commits into from
Jun 9, 2020

Conversation

jackfranklin
Copy link
Collaborator

No description provided.

src/Dialog.ts Outdated Show resolved Hide resolved
@jackfranklin jackfranklin changed the title Migrate Dialog documentation to TSDoc feat(new-docs): migrate Dialog documentation to TSDoc Jun 8, 2020
@@ -738,11 +738,16 @@ export class Page extends EventEmitter {

_onDialog(event: Protocol.Page.javascriptDialogOpeningPayload): void {
let dialogType = null;
if (event.type === 'alert') dialogType = Dialog.Type.Alert;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this Dialog.Type only existed for this method and was never documented. So I removed it to save having it (and therefore having to document it).

@jackfranklin jackfranklin merged commit ca8b0d6 into master Jun 9, 2020
@jackfranklin jackfranklin deleted the tsdoc-dialog branch June 9, 2020 08:19
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