devtools-protocol 0.0.1245094 → 0.0.1248698
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/browser_protocol.json +12 -19
- package/json/js_protocol.json +1 -3
- package/package.json +1 -1
- package/pdl/browser_protocol.pdl +24 -22
- package/pdl/js_protocol.pdl +4 -4
- package/types/protocol-tests-proxy-api.d.ts +4508 -0
- package/types/protocol.d.ts +4 -0
package/types/protocol.d.ts
CHANGED
@@ -10304,6 +10304,10 @@ export namespace Protocol {
|
|
10304
10304
|
* Resource mimeType as determined by the browser.
|
10305
10305
|
*/
|
10306
10306
|
mimeType: string;
|
10307
|
+
/**
|
10308
|
+
* Resource charset as determined by the browser (if applicable).
|
10309
|
+
*/
|
10310
|
+
charset: string;
|
10307
10311
|
/**
|
10308
10312
|
* Refined HTTP request headers that were actually transmitted over the network.
|
10309
10313
|
*/
|