Skip to content

Commit 819d44a

Browse files
committed
roll protocol. (manually). also readme notes on why
1 parent 933a9f1 commit 819d44a

File tree

8 files changed

+1296
-296
lines changed

8 files changed

+1296
-296
lines changed

pages/_data/1-3.json

Lines changed: 67 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,6 @@
12241224
"description": "DOM debugging allows setting breakpoints on particular DOM operations and events. JavaScript\nexecution will stop on these operations as if there was a regular breakpoint set.",
12251225
"dependencies": [
12261226
"DOM",
1227-
"Debugger",
12281227
"Runtime"
12291228
],
12301229
"types": [
@@ -1482,6 +1481,21 @@
14821481
}
14831482
]
14841483
},
1484+
{
1485+
"id": "DevicePosture",
1486+
"type": "object",
1487+
"properties": [
1488+
{
1489+
"name": "type",
1490+
"description": "Current posture of the device",
1491+
"type": "string",
1492+
"enum": [
1493+
"continuous",
1494+
"folded"
1495+
]
1496+
}
1497+
]
1498+
},
14851499
{
14861500
"id": "MediaFeature",
14871501
"type": "object",
@@ -1614,6 +1628,13 @@
16141628
"experimental": true,
16151629
"optional": true,
16161630
"$ref": "DisplayFeature"
1631+
},
1632+
{
1633+
"name": "devicePosture",
1634+
"description": "If set, the posture of a foldable device. If not set the posture is set\nto continuous.",
1635+
"experimental": true,
1636+
"optional": true,
1637+
"$ref": "DevicePosture"
16171638
}
16181639
]
16191640
},
@@ -1701,7 +1722,7 @@
17011722
},
17021723
{
17031724
"name": "acceptLanguage",
1704-
"description": "Browser langugage to emulate.",
1725+
"description": "Browser language to emulate.",
17051726
"optional": true,
17061727
"type": "string"
17071728
},
@@ -1857,16 +1878,14 @@
18571878
{
18581879
"name": "tiltX",
18591880
"description": "The plane angle between the Y-Z plane and the plane containing both the stylus axis and the Y axis, in degrees of the range [-90,90], a positive tiltX is to the right (default: 0)",
1860-
"experimental": true,
18611881
"optional": true,
1862-
"type": "integer"
1882+
"type": "number"
18631883
},
18641884
{
18651885
"name": "tiltY",
18661886
"description": "The plane angle between the X-Z plane and the plane containing both the stylus axis and the X axis, in degrees of the range [-90,90], a positive tiltY is towards the user (default: 0).",
1867-
"experimental": true,
18681887
"optional": true,
1869-
"type": "integer"
1888+
"type": "number"
18701889
},
18711890
{
18721891
"name": "twist",
@@ -2079,16 +2098,14 @@
20792098
{
20802099
"name": "tiltX",
20812100
"description": "The plane angle between the Y-Z plane and the plane containing both the stylus axis and the Y axis, in degrees of the range [-90,90], a positive tiltX is to the right (default: 0).",
2082-
"experimental": true,
20832101
"optional": true,
2084-
"type": "integer"
2102+
"type": "number"
20852103
},
20862104
{
20872105
"name": "tiltY",
20882106
"description": "The plane angle between the X-Z plane and the plane containing both the stylus axis and the X axis, in degrees of the range [-90,90], a positive tiltY is towards the user (default: 0).",
2089-
"experimental": true,
20902107
"optional": true,
2091-
"type": "integer"
2108+
"type": "number"
20922109
},
20932110
{
20942111
"name": "twist",
@@ -2962,6 +2979,11 @@
29622979
"description": "Resource mimeType as determined by the browser.",
29632980
"type": "string"
29642981
},
2982+
{
2983+
"name": "charset",
2984+
"description": "Resource charset as determined by the browser (if applicable).",
2985+
"type": "string"
2986+
},
29652987
{
29662988
"name": "requestHeaders",
29672989
"description": "Refined HTTP request headers that were actually transmitted over the network.",
@@ -3015,6 +3037,13 @@
30153037
"optional": true,
30163038
"type": "boolean"
30173039
},
3040+
{
3041+
"name": "serviceWorkerRouterInfo",
3042+
"description": "Infomation about how Service Worker Static Router was used.",
3043+
"experimental": true,
3044+
"optional": true,
3045+
"$ref": "ServiceWorkerRouterInfo"
3046+
},
30183047
{
30193048
"name": "encodedDataLength",
30203049
"description": "Total number of bytes received for this request so far.",
@@ -3288,6 +3317,7 @@
32883317
"name": "sameParty",
32893318
"description": "True if cookie is SameParty.",
32903319
"experimental": true,
3320+
"deprecated": true,
32913321
"type": "boolean"
32923322
},
32933323
{
@@ -3728,7 +3758,7 @@
37283758
},
37293759
{
37303760
"name": "acceptLanguage",
3731-
"description": "Browser langugage to emulate.",
3761+
"description": "Browser language to emulate.",
37323762
"optional": true,
37333763
"type": "string"
37343764
},
@@ -3772,6 +3802,13 @@
37723802
"name": "encodedDataLength",
37733803
"description": "Actual bytes received (might be less than dataLength for compressed encodings).",
37743804
"type": "integer"
3805+
},
3806+
{
3807+
"name": "data",
3808+
"description": "Data that was received. (Encoded as a base64 string when passed over JSON)",
3809+
"experimental": true,
3810+
"optional": true,
3811+
"type": "string"
37753812
}
37763813
]
37773814
},
@@ -4959,6 +4996,20 @@
49594996
"ReturnAsBase64",
49604997
"ReturnAsStream"
49614998
]
4999+
},
5000+
{
5001+
"name": "generateTaggedPDF",
5002+
"description": "Whether or not to generate tagged (accessible) PDF. Defaults to embedder choice.",
5003+
"experimental": true,
5004+
"optional": true,
5005+
"type": "boolean"
5006+
},
5007+
{
5008+
"name": "generateDocumentOutline",
5009+
"description": "Whether or not to embed the document outline into the PDF.",
5010+
"experimental": true,
5011+
"optional": true,
5012+
"type": "boolean"
49625013
}
49635014
],
49645015
"returns": [
@@ -7641,7 +7692,7 @@
76417692
},
76427693
{
76437694
"id": "SerializationOptions",
7644-
"description": "Represents options for serialization. Overrides `generatePreview`, `returnByValue` and\n`generateWebDriverValue`.",
7695+
"description": "Represents options for serialization. Overrides `generatePreview` and `returnByValue`.",
76457696
"type": "object",
76467697
"properties": [
76477698
{
@@ -7698,7 +7749,8 @@
76987749
"typedarray",
76997750
"arraybuffer",
77007751
"node",
7701-
"window"
7752+
"window",
7753+
"generator"
77027754
]
77037755
},
77047756
{
@@ -7800,13 +7852,6 @@
78007852
"optional": true,
78017853
"type": "string"
78027854
},
7803-
{
7804-
"name": "webDriverValue",
7805-
"description": "Deprecated. Use `deepSerializedValue` instead. WebDriver BiDi representation of the value.",
7806-
"deprecated": true,
7807-
"optional": true,
7808-
"$ref": "DeepSerializedValue"
7809-
},
78107855
{
78117856
"name": "deepSerializedValue",
78127857
"description": "Deep serialized value.",
@@ -8240,16 +8285,9 @@
82408285
"optional": true,
82418286
"type": "string"
82428287
},
8243-
{
8244-
"name": "generateWebDriverValue",
8245-
"description": "Deprecated. Use `serializationOptions: {serialization:\"deep\"}` instead.\nWhether the result should contain `webDriverValue`, serialized according to\nhttps://w3c.github.io/webdriver-bidi. This is mutually exclusive with `returnByValue`, but\nresulting `objectId` is still provided.",
8246-
"deprecated": true,
8247-
"optional": true,
8248-
"type": "boolean"
8249-
},
82508288
{
82518289
"name": "serializationOptions",
8252-
"description": "Specifies the result serialization. If provided, overrides\n`generatePreview`, `returnByValue` and `generateWebDriverValue`.",
8290+
"description": "Specifies the result serialization. If provided, overrides\n`generatePreview` and `returnByValue`.",
82538291
"experimental": true,
82548292
"optional": true,
82558293
"$ref": "SerializationOptions"
@@ -8422,16 +8460,9 @@
84228460
"optional": true,
84238461
"type": "string"
84248462
},
8425-
{
8426-
"name": "generateWebDriverValue",
8427-
"description": "Deprecated. Use `serializationOptions: {serialization:\"deep\"}` instead.\nWhether the result should contain `webDriverValue`, serialized\naccording to\nhttps://w3c.github.io/webdriver-bidi. This is mutually exclusive with `returnByValue`, but\nresulting `objectId` is still provided.",
8428-
"deprecated": true,
8429-
"optional": true,
8430-
"type": "boolean"
8431-
},
84328463
{
84338464
"name": "serializationOptions",
8434-
"description": "Specifies the result serialization. If provided, overrides\n`generatePreview`, `returnByValue` and `generateWebDriverValue`.",
8465+
"description": "Specifies the result serialization. If provided, overrides\n`generatePreview` and `returnByValue`.",
84358466
"experimental": true,
84368467
"optional": true,
84378468
"$ref": "SerializationOptions"

0 commit comments

Comments
 (0)