Skip to content

Commit 32e2d2a

Browse files
committed
bump protocol
1 parent a474a57 commit 32e2d2a

4 files changed

Lines changed: 32 additions & 32 deletions

File tree

pages/_data/1-3.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4379,7 +4379,7 @@
43794379
"returns": [
43804380
{
43814381
"name": "data",
4382-
"description": "Base64-encoded image data.",
4382+
"description": "Base64-encoded image data. (Encoded as a base64 string when passed over JSON)",
43834383
"type": "string"
43844384
}
43854385
]
@@ -4699,7 +4699,7 @@
46994699
"returns": [
47004700
{
47014701
"name": "data",
4702-
"description": "Base64-encoded pdf data. Empty if |returnAsStream| is specified.",
4702+
"description": "Base64-encoded pdf data. Empty if |returnAsStream| is specified. (Encoded as a base64 string when passed over JSON)",
47034703
"type": "string"
47044704
},
47054705
{
@@ -5674,13 +5674,13 @@
56745674
},
56755675
{
56765676
"name": "binaryResponseHeaders",
5677-
"description": "Alternative way of specifying response headers as a \\0-separated\nseries of name: value pairs. Prefer the above method unless you\nneed to represent some non-UTF8 values that can't be transmitted\nover the protocol as text.",
5677+
"description": "Alternative way of specifying response headers as a \\0-separated\nseries of name: value pairs. Prefer the above method unless you\nneed to represent some non-UTF8 values that can't be transmitted\nover the protocol as text. (Encoded as a base64 string when passed over JSON)",
56785678
"optional": true,
56795679
"type": "string"
56805680
},
56815681
{
56825682
"name": "body",
5683-
"description": "A response body.",
5683+
"description": "A response body. (Encoded as a base64 string when passed over JSON)",
56845684
"optional": true,
56855685
"type": "string"
56865686
},
@@ -5715,7 +5715,7 @@
57155715
},
57165716
{
57175717
"name": "postData",
5718-
"description": "If set, overrides the post data in the request.",
5718+
"description": "If set, overrides the post data in the request. (Encoded as a base64 string when passed over JSON)",
57195719
"optional": true,
57205720
"type": "string"
57215721
},
@@ -6264,7 +6264,7 @@
62646264
},
62656265
{
62666266
"name": "bytecode",
6267-
"description": "Wasm bytecode.",
6267+
"description": "Wasm bytecode. (Encoded as a base64 string when passed over JSON)",
62686268
"optional": true,
62696269
"type": "string"
62706270
}

pages/_data/tot.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@
14581458
"returns": [
14591459
{
14601460
"name": "body",
1461-
"description": "The encoded body as a base64 string. Omitted if sizeOnly is true.",
1461+
"description": "The encoded body as a base64 string. Omitted if sizeOnly is true. (Encoded as a base64 string when passed over JSON)",
14621462
"optional": true,
14631463
"type": "string"
14641464
},
@@ -2138,7 +2138,7 @@
21382138
},
21392139
{
21402140
"name": "image",
2141-
"description": "Png encoded image.",
2141+
"description": "Png encoded image. (Encoded as a base64 string when passed over JSON)",
21422142
"optional": true,
21432143
"type": "string"
21442144
}
@@ -3549,7 +3549,7 @@
35493549
"properties": [
35503550
{
35513551
"name": "body",
3552-
"description": "Entry content, base64-encoded.",
3552+
"description": "Entry content, base64-encoded. (Encoded as a base64 string when passed over JSON)",
35533553
"type": "string"
35543554
}
35553555
]
@@ -7474,7 +7474,7 @@
74747474
},
74757475
{
74767476
"name": "screenshotData",
7477-
"description": "Base64-encoded image data of the screenshot, if one was requested and successfully taken.",
7477+
"description": "Base64-encoded image data of the screenshot, if one was requested and successfully taken. (Encoded as a base64 string when passed over JSON)",
74787478
"optional": true,
74797479
"type": "string"
74807480
}
@@ -8726,7 +8726,7 @@
87268726
},
87278727
{
87288728
"name": "picture",
8729-
"description": "Base64-encoded snapshot data.",
8729+
"description": "Base64-encoded snapshot data. (Encoded as a base64 string when passed over JSON)",
87308730
"type": "string"
87318731
}
87328732
]
@@ -11028,7 +11028,7 @@
1102811028
},
1102911029
{
1103011030
"name": "rawResponse",
11031-
"description": "If set the requests completes using with the provided base64 encoded raw response, including\nHTTP status line and headers etc... Must not be set in response to an authChallenge.",
11031+
"description": "If set the requests completes using with the provided base64 encoded raw response, including\nHTTP status line and headers etc... Must not be set in response to an authChallenge. (Encoded as a base64 string when passed over JSON)",
1103211032
"optional": true,
1103311033
"type": "string"
1103411034
},
@@ -13906,7 +13906,7 @@
1390613906
"returns": [
1390713907
{
1390813908
"name": "data",
13909-
"description": "Base64-encoded image data.",
13909+
"description": "Base64-encoded image data. (Encoded as a base64 string when passed over JSON)",
1391013910
"type": "string"
1391113911
}
1391213912
]
@@ -14370,7 +14370,7 @@
1437014370
"returns": [
1437114371
{
1437214372
"name": "data",
14373-
"description": "Base64-encoded pdf data. Empty if |returnAsStream| is specified.",
14373+
"description": "Base64-encoded pdf data. Empty if |returnAsStream| is specified. (Encoded as a base64 string when passed over JSON)",
1437414374
"type": "string"
1437514375
},
1437614376
{
@@ -14827,7 +14827,7 @@
1482714827
},
1482814828
{
1482914829
"name": "data",
14830-
"description": "Base64-encoded data",
14830+
"description": "Base64-encoded data (Encoded as a base64 string when passed over JSON)",
1483114831
"type": "string"
1483214832
}
1483314833
]
@@ -15240,7 +15240,7 @@
1524015240
"parameters": [
1524115241
{
1524215242
"name": "data",
15243-
"description": "Base64-encoded compressed image.",
15243+
"description": "Base64-encoded compressed image. (Encoded as a base64 string when passed over JSON)",
1524415244
"type": "string"
1524515245
},
1524615246
{
@@ -15307,7 +15307,7 @@
1530715307
},
1530815308
{
1530915309
"name": "data",
15310-
"description": "Base64-encoded data",
15310+
"description": "Base64-encoded data (Encoded as a base64 string when passed over JSON)",
1531115311
"type": "string"
1531215312
}
1531315313
]
@@ -17488,7 +17488,7 @@
1748817488
},
1748917489
{
1749017490
"name": "perfettoConfig",
17491-
"description": "Base64-encoded serialized perfetto.protos.TraceConfig protobuf message\nWhen specified, the parameters `categories`, `options`, `traceConfig`\nare ignored.",
17491+
"description": "Base64-encoded serialized perfetto.protos.TraceConfig protobuf message\nWhen specified, the parameters `categories`, `options`, `traceConfig`\nare ignored. (Encoded as a base64 string when passed over JSON)",
1749217492
"optional": true,
1749317493
"type": "string"
1749417494
}
@@ -17754,13 +17754,13 @@
1775417754
},
1775517755
{
1775617756
"name": "binaryResponseHeaders",
17757-
"description": "Alternative way of specifying response headers as a \\0-separated\nseries of name: value pairs. Prefer the above method unless you\nneed to represent some non-UTF8 values that can't be transmitted\nover the protocol as text.",
17757+
"description": "Alternative way of specifying response headers as a \\0-separated\nseries of name: value pairs. Prefer the above method unless you\nneed to represent some non-UTF8 values that can't be transmitted\nover the protocol as text. (Encoded as a base64 string when passed over JSON)",
1775817758
"optional": true,
1775917759
"type": "string"
1776017760
},
1776117761
{
1776217762
"name": "body",
17763-
"description": "A response body.",
17763+
"description": "A response body. (Encoded as a base64 string when passed over JSON)",
1776417764
"optional": true,
1776517765
"type": "string"
1776617766
},
@@ -17795,7 +17795,7 @@
1779517795
},
1779617796
{
1779717797
"name": "postData",
17798-
"description": "If set, overrides the post data in the request.",
17798+
"description": "If set, overrides the post data in the request. (Encoded as a base64 string when passed over JSON)",
1779917799
"optional": true,
1780017800
"type": "string"
1780117801
},
@@ -18523,12 +18523,12 @@
1852318523
},
1852418524
{
1852518525
"name": "privateKey",
18526-
"description": "The ECDSA P-256 private key in PKCS#8 format.",
18526+
"description": "The ECDSA P-256 private key in PKCS#8 format. (Encoded as a base64 string when passed over JSON)",
1852718527
"type": "string"
1852818528
},
1852918529
{
1853018530
"name": "userHandle",
18531-
"description": "An opaque byte sequence with a maximum size of 64 bytes mapping the\ncredential to a specific user.",
18531+
"description": "An opaque byte sequence with a maximum size of 64 bytes mapping the\ncredential to a specific user. (Encoded as a base64 string when passed over JSON)",
1853218532
"optional": true,
1853318533
"type": "string"
1853418534
},
@@ -18539,7 +18539,7 @@
1853918539
},
1854018540
{
1854118541
"name": "largeBlob",
18542-
"description": "The large blob associated with the credential.\nSee https://w3c.github.io/webauthn/#sctn-large-blob-extension",
18542+
"description": "The large blob associated with the credential.\nSee https://w3c.github.io/webauthn/#sctn-large-blob-extension (Encoded as a base64 string when passed over JSON)",
1854318543
"optional": true,
1854418544
"type": "string"
1854518545
}
@@ -19354,7 +19354,7 @@
1935419354
},
1935519355
{
1935619356
"name": "evaluator",
19357-
"description": "Code of the evaluator module.",
19357+
"description": "Code of the evaluator module. (Encoded as a base64 string when passed over JSON)",
1935819358
"type": "string"
1935919359
},
1936019360
{
@@ -19430,7 +19430,7 @@
1943019430
},
1943119431
{
1943219432
"name": "bytecode",
19433-
"description": "Wasm bytecode.",
19433+
"description": "Wasm bytecode. (Encoded as a base64 string when passed over JSON)",
1943419434
"optional": true,
1943519435
"type": "string"
1943619436
}
@@ -19450,7 +19450,7 @@
1945019450
"returns": [
1945119451
{
1945219452
"name": "bytecode",
19453-
"description": "Script source.",
19453+
"description": "Script source. (Encoded as a base64 string when passed over JSON)",
1945419454
"type": "string"
1945519455
}
1945619456
]

pages/_data/v8.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
},
490490
{
491491
"name": "evaluator",
492-
"description": "Code of the evaluator module.",
492+
"description": "Code of the evaluator module. (Encoded as a base64 string when passed over JSON)",
493493
"type": "string"
494494
},
495495
{
@@ -565,7 +565,7 @@
565565
},
566566
{
567567
"name": "bytecode",
568-
"description": "Wasm bytecode.",
568+
"description": "Wasm bytecode. (Encoded as a base64 string when passed over JSON)",
569569
"optional": true,
570570
"type": "string"
571571
}
@@ -585,7 +585,7 @@
585585
"returns": [
586586
{
587587
"name": "bytecode",
588-
"description": "Script source.",
588+
"description": "Script source. (Encoded as a base64 string when passed over JSON)",
589589
"type": "string"
590590
}
591591
]

pages/tot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ There is no backwards compatibility support guaranteed for the capabilities it i
1010

1111
<h5 browser>Latest <a
1212
href="https://chromium.googlesource.com/chromium/src/+log/master/third_party/blink/renderer/core/inspector/browser_protocol.json">browser_protocol.json</a> version updated:</h5>
13-
<code browser>Date: 2020-12-16 11:16:09 -0800
13+
<code browser>Date: 2020-12-24 08:16:47 -0800
1414
</code>
1515

1616
<h5 js>Latest <a
1717
href="https://chromium.googlesource.com/v8/v8/+/master/src/inspector/js_protocol.json">js_protocol.json</a> version updated:</h5>
18-
<code js>Date: 2020-10-06 08:18:01 -0700
18+
<code js>Date: 2020-12-24 08:16:47 -0800
1919
</code>

0 commit comments

Comments
 (0)