Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 235 Bytes

puppeteer.frameevents.md

File metadata and controls

13 lines (9 loc) · 235 Bytes
sidebar_label
FrameEvents

FrameEvents interface

Signature:

export interface FrameEvents extends Record<EventType, unknown>

Extends: Record<EventType, unknown>