Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 164 Bytes

puppeteer.pageeventobject.dialog.md

File metadata and controls

13 lines (10 loc) · 164 Bytes
sidebar_label
PageEventObject.dialog

PageEventObject.dialog property

Signature:

interface PageEventObject {
  dialog: Dialog;
}