devtools-protocol 0.0.1121538 → 0.0.1122063
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/json/js_protocol.json +2 -1
- package/package.json +1 -1
- package/pdl/js_protocol.pdl +1 -0
- package/types/protocol.d.ts +2 -1
package/json/js_protocol.json
CHANGED
package/package.json
CHANGED
package/pdl/js_protocol.pdl
CHANGED
package/types/protocol.d.ts
CHANGED
@@ -838,6 +838,7 @@ export namespace Protocol {
|
|
838
838
|
Other = 'other',
|
839
839
|
PromiseRejection = 'promiseRejection',
|
840
840
|
XHR = 'XHR',
|
841
|
+
Step = 'step',
|
841
842
|
}
|
842
843
|
|
843
844
|
/**
|
@@ -851,7 +852,7 @@ export namespace Protocol {
|
|
851
852
|
/**
|
852
853
|
* Pause reason. (PausedEventReason enum)
|
853
854
|
*/
|
854
|
-
reason: ('ambiguous' | 'assert' | 'CSPViolation' | 'debugCommand' | 'DOM' | 'EventListener' | 'exception' | 'instrumentation' | 'OOM' | 'other' | 'promiseRejection' | 'XHR');
|
855
|
+
reason: ('ambiguous' | 'assert' | 'CSPViolation' | 'debugCommand' | 'DOM' | 'EventListener' | 'exception' | 'instrumentation' | 'OOM' | 'other' | 'promiseRejection' | 'XHR' | 'step');
|
855
856
|
/**
|
856
857
|
* Object containing break-specific auxiliary properties.
|
857
858
|
*/
|