File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15460
15460
},
15461
15461
{
15462
15462
"name": "loaderId",
15463
- "description": "Loader identifier. Empty string if the request is fetched from worker.",
15463
+ "description": "Loader identifier. Empty string for a preflight request or if the request is fetched from a worker.",
15464
15464
"$ref": "LoaderId"
15465
15465
},
15466
15466
{
15570
15570
},
15571
15571
{
15572
15572
"name": "loaderId",
15573
- "description": "Loader identifier. Empty string if the request is fetched from worker.",
15573
+ "description": "Loader identifier. Empty string for a preflight request or if the request is fetched from a worker.",
15574
15574
"$ref": "LoaderId"
15575
15575
},
15576
15576
{
Original file line number Diff line number Diff line change @@ -7114,7 +7114,7 @@ domain Network
7114
7114
parameters
7115
7115
# Request identifier.
7116
7116
RequestId requestId
7117
- # Loader identifier. Empty string if the request is fetched from worker.
7117
+ # Loader identifier. Empty string for a preflight request or if the request is fetched from a worker.
7118
7118
LoaderId loaderId
7119
7119
# URL of the document this request is loaded for.
7120
7120
string documentURL
@@ -7162,7 +7162,7 @@ domain Network
7162
7162
parameters
7163
7163
# Request identifier.
7164
7164
RequestId requestId
7165
- # Loader identifier. Empty string if the request is fetched from worker.
7165
+ # Loader identifier. Empty string for a preflight request or if the request is fetched from a worker.
7166
7166
LoaderId loaderId
7167
7167
# Timestamp.
7168
7168
MonotonicTime timestamp
Original file line number Diff line number Diff line change @@ -12267,7 +12267,7 @@ export namespace Protocol {
12267
12267
*/
12268
12268
requestId: RequestId;
12269
12269
/**
12270
- * Loader identifier. Empty string if the request is fetched from worker.
12270
+ * Loader identifier. Empty string for a preflight request or if the request is fetched from a worker.
12271
12271
*/
12272
12272
loaderId: LoaderId;
12273
12273
/**
@@ -12355,7 +12355,7 @@ export namespace Protocol {
12355
12355
*/
12356
12356
requestId: RequestId;
12357
12357
/**
12358
- * Loader identifier. Empty string if the request is fetched from worker.
12358
+ * Loader identifier. Empty string for a preflight request or if the request is fetched from a worker.
12359
12359
*/
12360
12360
loaderId: LoaderId;
12361
12361
/**
You can’t perform that action at this time.
0 commit comments