devtools-protocol 0.0.1224083 → 0.0.1224742
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.
@@ -9306,7 +9306,7 @@
|
|
9306
9306
|
},
|
9307
9307
|
{
|
9308
9308
|
"name": "acceptLanguage",
|
9309
|
-
"description": "Browser
|
9309
|
+
"description": "Browser language to emulate.",
|
9310
9310
|
"optional": true,
|
9311
9311
|
"type": "string"
|
9312
9312
|
},
|
@@ -14054,7 +14054,7 @@
|
|
14054
14054
|
},
|
14055
14055
|
{
|
14056
14056
|
"name": "acceptLanguage",
|
14057
|
-
"description": "Browser
|
14057
|
+
"description": "Browser language to emulate.",
|
14058
14058
|
"optional": true,
|
14059
14059
|
"type": "string"
|
14060
14060
|
},
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -4250,7 +4250,7 @@ domain Emulation
|
|
4250
4250
|
parameters
|
4251
4251
|
# User agent to use.
|
4252
4252
|
string userAgent
|
4253
|
-
# Browser
|
4253
|
+
# Browser language to emulate.
|
4254
4254
|
optional string acceptLanguage
|
4255
4255
|
# The platform navigator.platform should return.
|
4256
4256
|
optional string platform
|
@@ -6427,7 +6427,7 @@ domain Network
|
|
6427
6427
|
parameters
|
6428
6428
|
# User agent to use.
|
6429
6429
|
string userAgent
|
6430
|
-
# Browser
|
6430
|
+
# Browser language to emulate.
|
6431
6431
|
optional string acceptLanguage
|
6432
6432
|
# The platform navigator.platform should return.
|
6433
6433
|
optional string platform
|
package/types/protocol.d.ts
CHANGED
@@ -8283,7 +8283,7 @@ export namespace Protocol {
|
|
8283
8283
|
*/
|
8284
8284
|
userAgent: string;
|
8285
8285
|
/**
|
8286
|
-
* Browser
|
8286
|
+
* Browser language to emulate.
|
8287
8287
|
*/
|
8288
8288
|
acceptLanguage?: string;
|
8289
8289
|
/**
|
@@ -11353,7 +11353,7 @@ export namespace Protocol {
|
|
11353
11353
|
*/
|
11354
11354
|
userAgent: string;
|
11355
11355
|
/**
|
11356
|
-
* Browser
|
11356
|
+
* Browser language to emulate.
|
11357
11357
|
*/
|
11358
11358
|
acceptLanguage?: string;
|
11359
11359
|
/**
|