Modifier and Type | Class | Description |
---|---|---|
class |
AnimationCanceled |
Event for when an animation has been cancelled
|
class |
AnimationCreated |
Event for each animation that has been created
|
class |
AnimationStarted |
Event for animation that has been started
|
Modifier and Type | Class | Description |
---|---|---|
class |
ApplicationCacheStatusUpdated |
|
class |
NetworkStateUpdated |
Modifier and Type | Class | Description |
---|---|---|
class |
MessageAdded |
Issued when new console message is added
|
Modifier and Type | Class | Description |
---|---|---|
class |
FontsUpdated |
Fires whenever a web font is updated
A non-empty font parameter indicates a successfully loaded
web font
|
class |
MediaQueryResultChanged |
Fires whenever a MediaQuery result changes (for example, after a browser window has been
resized
) The current implementation considers only viewport-dependent media features
|
class |
StyleSheetAdded |
Fired whenever an active document stylesheet is added
|
class |
StyleSheetChanged |
Fired whenever a stylesheet is changed as a result of the client operation
|
class |
StyleSheetRemoved |
Fired whenever an active document stylesheet is removed
|
Modifier and Type | Class | Description |
---|---|---|
class |
AddDatabase |
Modifier and Type | Class | Description |
---|---|---|
class |
BreakpointResolved |
Fired when breakpoint is resolved to an actual script and location
|
class |
Paused |
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria
|
class |
Resumed |
Fired when the virtual machine resumed execution
|
class |
ScriptFailedToParse |
Fired when virtual machine fails to parse the script
|
class |
ScriptParsed |
Fired when virtual machine parses script
This event is also fired for all known and uncollected
scripts upon enabling debugger
|
Modifier and Type | Class | Description |
---|---|---|
class |
AttributeModified |
Fired when
Element 's attribute is modified |
class |
AttributeRemoved |
Fired when
Element 's attribute is removed |
class |
CharacterDataModified |
Mirrors
DOMCharacterDataModified event |
class |
ChildNodeCountUpdated |
Fired when
Container 's child node count has changed |
class |
ChildNodeInserted |
Mirrors
DOMNodeInserted event |
class |
ChildNodeRemoved |
Mirrors
DOMNodeRemoved event |
class |
DistributedNodesUpdated |
Called when distrubution is changed
|
class |
DocumentUpdated |
Fired when
Document has been totally updated
Node ids are no longer valid |
class |
InlineStyleInvalidated |
Fired when
Element 's inline style is modified via a CSS property modification |
class |
PseudoElementAdded |
Called when a pseudo element is added to an element
|
class |
PseudoElementRemoved |
Called when a pseudo element is removed from an element
|
class |
SetChildNodes |
Fired when backend wants to provide client with the missing DOM structure
This happens upon
most of the calls requesting node ids
|
class |
ShadowRootPopped |
Called when shadow root is popped from the element
|
class |
ShadowRootPushed |
Called when shadow root is pushed into the element
|
Modifier and Type | Class | Description |
---|---|---|
class |
DomStorageItemAdded |
|
class |
DomStorageItemRemoved |
|
class |
DomStorageItemsCleared |
|
class |
DomStorageItemUpdated |
Modifier and Type | Class | Description |
---|---|---|
class |
VirtualTimeAdvanced |
Notification sent after the virtual time has advanced
|
class |
VirtualTimeBudgetExpired |
Notification sent after the virtual time budget for the current VirtualTimePolicy has run out
|
class |
VirtualTimePaused |
Notification sent after the virtual time has paused
|
Modifier and Type | Class | Description |
---|---|---|
class |
MainFrameReadyForScreenshots |
Issued when the main frame has first submitted a frame to the browser
May only be fired while a
BeginFrame is in flight
Before this event, screenshotting requests may fail
|
class |
NeedsBeginFramesChanged |
Issued when the target starts or stops needing BeginFrames
|
Modifier and Type | Class | Description |
---|---|---|
class |
AddHeapSnapshotChunk |
|
class |
HeapStatsUpdate |
If heap objects tracking has been started then backend may send update for one or more fragments
|
class |
LastSeenObjectId |
If heap objects tracking has been started then backend regularly sends a current value for last
seen object id and corresponding timestamp
If the were changes in the heap since last event
then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event
|
class |
ReportHeapSnapshotProgress |
|
class |
ResetProfiles |
Modifier and Type | Class | Description |
---|---|---|
class |
Detached |
Fired when remote debugging connection is about to be terminated
Contains detach reason
|
class |
TargetCrashed |
Fired when debugging target has crashed
|
class |
TargetReloadedAfterCrash |
Fired when debugging target has reloaded after crash
|
Modifier and Type | Class | Description |
---|---|---|
class |
LayerPainted |
|
class |
LayerTreeDidChange |
Modifier and Type | Class | Description |
---|---|---|
class |
EntryAdded |
Issued when new message was logged
|
Modifier and Type | Class | Description |
---|---|---|
class |
DataReceived |
Fired when data chunk was received over the network
|
class |
EventSourceMessageReceived |
Fired when EventSource message is received
|
class |
LoadingFailed |
Fired when HTTP request has failed to load
|
class |
LoadingFinished |
Fired when HTTP request has finished loading
|
class |
RequestIntercepted |
Details of an intercepted HTTP request, which must be either allowed, blocked, modified or
mocked
|
class |
RequestServedFromCache |
Fired if request ended up loading from cache
|
class |
RequestWillBeSent |
Fired when page is about to send HTTP request
|
class |
ResourceChangedPriority |
Fired when resource loading priority is changed
|
class |
ResponseReceived |
Fired when HTTP response is available
|
class |
WebSocketClosed |
Fired when WebSocket is closed
|
class |
WebSocketCreated |
Fired upon WebSocket creation
|
class |
WebSocketFrameError |
Fired when WebSocket frame error occurs
|
class |
WebSocketFrameReceived |
Fired when WebSocket frame is received
|
class |
WebSocketFrameSent |
Fired when WebSocket frame is sent
|
class |
WebSocketHandshakeResponseReceived |
Fired when WebSocket handshake response becomes available
|
class |
WebSocketWillSendHandshakeRequest |
Fired when WebSocket is about to initiate handshake
|
Modifier and Type | Class | Description |
---|---|---|
class |
InspectNodeRequested |
Fired when the node should be inspected
This happens after call to
setInspectMode or when
user manually inspects an element |
class |
NodeHighlightRequested |
Fired when the node should be highlighted
This happens after call to
setInspectMode |
class |
ScreenshotRequested |
Fired when user asks to capture screenshot of some area on the page
|
Modifier and Type | Class | Description |
---|---|---|
class |
DomContentEventFired |
|
class |
FrameAttached |
Fired when frame has been attached to its parent
|
class |
FrameClearedScheduledNavigation |
Fired when frame no longer has a scheduled navigation
|
class |
FrameDetached |
Fired when frame has been detached from its parent
|
class |
FrameNavigated |
Fired once navigation of the frame has completed
Frame is now associated with the new loader
|
class |
FrameResized |
|
class |
FrameScheduledNavigation |
Fired when frame schedules a potential navigation
|
class |
FrameStartedLoading |
Fired when frame has started loading
|
class |
FrameStoppedLoading |
Fired when frame has stopped loading
|
class |
InterstitialHidden |
Fired when interstitial page was hidden
|
class |
InterstitialShown |
Fired when interstitial page was shown
|
class |
JavascriptDialogClosed |
Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been
closed
|
class |
JavascriptDialogOpening |
Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to
open
|
class |
LifecycleEvent |
Fired for top level page lifecycle events such as navigation, load, paint, etc
|
class |
LoadEventFired |
|
class |
NavigatedWithinDocument |
Fired when same-document navigation happens,
due to history API usage or anchor navigation
|
class |
NavigationRequested |
Fired when a navigation is started if navigation throttles are enabled
The navigation will be deferred until processNavigation is called
|
class |
ScreencastFrame |
Compressed image data requested by the
startScreencast |
class |
ScreencastVisibilityChanged |
Fired when the page with currently enabled screencast was shown or hidden
|
class |
WindowOpen |
Fired when a new window is going to be opened, via window
open(), link click, form submission,
etc
|
Modifier and Type | Class | Description |
---|---|---|
class |
Metrics |
Current values of the metrics
|
Modifier and Type | Class | Description |
---|---|---|
class |
ConsoleProfileFinished |
|
class |
ConsoleProfileStarted |
Sent when new profile recording is started using console
profile() call
|
Modifier and Type | Class | Description |
---|---|---|
class |
ConsoleAPICalled |
Issued when console API was called
|
class |
ExceptionRevoked |
Issued when unhandled exception was revoked
|
class |
ExceptionThrown |
Issued when exception was thrown and unhandled
|
class |
ExecutionContextCreated |
Issued when new execution context is created
|
class |
ExecutionContextDestroyed |
Issued when execution context is destroyed
|
class |
ExecutionContextsCleared |
Issued when all executionContexts were cleared in browser
|
class |
InspectRequested |
Issued when object should be inspected (for example, as a result of inspect() command line API
call)
|
Modifier and Type | Class | Description |
---|---|---|
class |
CertificateError |
There is a certificate error
If overriding certificate errors is enabled, then it should be
handled with the
handleCertificateError command
Note: this event does not fire if the
certificate error has been allowed internally
Only one client per target should override
certificate errors at the same time |
class |
SecurityStateChanged |
The security state of the page changed
|
Modifier and Type | Class | Description |
---|---|---|
class |
WorkerErrorReported |
|
class |
WorkerRegistrationUpdated |
|
class |
WorkerVersionUpdated |
Modifier and Type | Class | Description |
---|---|---|
class |
CacheStorageContentUpdated |
A cache's contents have been modified
|
class |
CacheStorageListUpdated |
A cache has been added/deleted
|
class |
IndexedDBContentUpdated |
The origin's IndexedDB object store has been modified
|
class |
IndexedDBListUpdated |
The origin's IndexedDB database list has been modified
|
Modifier and Type | Class | Description |
---|---|---|
class |
AttachedToTarget |
Issued when attached to target because of auto-attach or
attachToTarget command |
class |
DetachedFromTarget |
Issued when detached from target for any reason (including
detachFromTarget command)
Can be
issued multiple times per target if multiple sessions have been attached to it |
class |
ReceivedMessageFromTarget |
Notifies about a new protocol message received from the session (as reported in
attachedToTarget event) |
class |
TargetCreated |
Issued when a possible inspection target is created
|
class |
TargetDestroyed |
Issued when a target is destroyed
|
class |
TargetInfoChanged |
Issued when some information about a target has changed
This only happens between
targetCreated and targetDestroyed |
Modifier and Type | Class | Description |
---|---|---|
class |
Accepted |
Informs that port was successfully bound and got a specified connection id
|
Modifier and Type | Class | Description |
---|---|---|
class |
BufferUsage |
|
class |
DataCollected |
Contains an bucket of collected trace events
When tracing is stopped collected events will be
send as a sequence of dataCollected events followed by tracingComplete event
|
class |
TracingComplete |
Signals that tracing is stopped and there is no trace buffers pending flush, all data were
delivered via dataCollected events
|
Copyright © 2017, 2018–2018 WebFolder OÜ. All rights reserved.