devtools-protocol 0.0.1591319 → 0.0.1591961
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.
|
@@ -15514,7 +15514,7 @@
|
|
|
15514
15514
|
},
|
|
15515
15515
|
{
|
|
15516
15516
|
"id": "RenderBlockingBehavior",
|
|
15517
|
-
"description": "The render
|
|
15517
|
+
"description": "The render-blocking behavior of a resource request.",
|
|
15518
15518
|
"experimental": true,
|
|
15519
15519
|
"type": "string",
|
|
15520
15520
|
"enum": [
|
|
@@ -19024,7 +19024,7 @@
|
|
|
19024
19024
|
},
|
|
19025
19025
|
{
|
|
19026
19026
|
"name": "renderBlockingBehavior",
|
|
19027
|
-
"description": "The render
|
|
19027
|
+
"description": "The render-blocking behavior of the request.",
|
|
19028
19028
|
"experimental": true,
|
|
19029
19029
|
"optional": true,
|
|
19030
19030
|
"$ref": "RenderBlockingBehavior"
|
package/package.json
CHANGED
package/pdl/domains/Network.pdl
CHANGED
|
@@ -166,7 +166,7 @@ domain Network
|
|
|
166
166
|
High
|
|
167
167
|
VeryHigh
|
|
168
168
|
|
|
169
|
-
# The render
|
|
169
|
+
# The render-blocking behavior of a resource request.
|
|
170
170
|
experimental type RenderBlockingBehavior extends string
|
|
171
171
|
enum
|
|
172
172
|
Blocking
|
|
@@ -1477,7 +1477,7 @@ domain Network
|
|
|
1477
1477
|
optional Page.FrameId frameId
|
|
1478
1478
|
# Whether the request is initiated by a user gesture. Defaults to false.
|
|
1479
1479
|
optional boolean hasUserGesture
|
|
1480
|
-
# The render
|
|
1480
|
+
# The render-blocking behavior of the request.
|
|
1481
1481
|
experimental optional RenderBlockingBehavior renderBlockingBehavior
|
|
1482
1482
|
|
|
1483
1483
|
# Fired when resource loading priority is changed
|
package/types/protocol.d.ts
CHANGED
|
@@ -12424,7 +12424,7 @@ export namespace Protocol {
|
|
|
12424
12424
|
export type ResourcePriority = ('VeryLow' | 'Low' | 'Medium' | 'High' | 'VeryHigh');
|
|
12425
12425
|
|
|
12426
12426
|
/**
|
|
12427
|
-
* The render
|
|
12427
|
+
* The render-blocking behavior of a resource request.
|
|
12428
12428
|
* @experimental
|
|
12429
12429
|
*/
|
|
12430
12430
|
export type RenderBlockingBehavior = ('Blocking' | 'InBodyParserBlocking' | 'NonBlocking' | 'NonBlockingDynamic' | 'PotentiallyBlocking');
|
|
@@ -14822,7 +14822,7 @@ export namespace Protocol {
|
|
|
14822
14822
|
*/
|
|
14823
14823
|
hasUserGesture?: boolean;
|
|
14824
14824
|
/**
|
|
14825
|
-
* The render
|
|
14825
|
+
* The render-blocking behavior of the request.
|
|
14826
14826
|
* @experimental
|
|
14827
14827
|
*/
|
|
14828
14828
|
renderBlockingBehavior?: RenderBlockingBehavior;
|