Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2,085 changes: 1,291 additions & 794 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"devDependencies": {
"@11ty/eleventy": "3.0.0",
"@11ty/eleventy-plugin-handlebars": "^1.0.0",
"@rollup/plugin-node-resolve": "7.1.1",
"lit-html": "1.2.1",
"marked": "0.8.2",
"rimraf": "^3.0.2",
"rollup": "2.3.2",
"rollup-plugin-terser": "5.3.1",
"statikk": "^2.1.1"
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"lit-html": "^3.3.1",
"marked": "^16.1.2",
"rimraf": "^6.0.1",
"rollup": "^4.46.2",
"statikk": "^2.2.2"
},
"scripts": {
"build": "rimraf devtools-protocol/ && node node_modules/.bin/eleventy && rollup -c rollup.config.js",
Expand Down
22 changes: 22 additions & 0 deletions pages/_data/1-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
"before",
"after",
"picker-icon",
"interest-hint",
"marker",
"backdrop",
"column",
Expand Down Expand Up @@ -860,6 +861,13 @@
"description": "JavaScript object id of the node wrapper.",
"optional": true,
"$ref": "Runtime.RemoteObjectId"
},
{
"name": "includeShadowDOM",
"description": "Include all shadow roots. Equals to false if not specified.",
"experimental": true,
"optional": true,
"type": "boolean"
}
],
"returns": [
Expand Down Expand Up @@ -3335,6 +3343,13 @@
"description": "Security details for the request.",
"optional": true,
"$ref": "SecurityDetails"
},
{
"name": "isIpProtectionUsed",
"description": "Indicates whether the request was sent through IP Protection proxies. If\nset to true, the request used the IP Protection privacy feature.",
"experimental": true,
"optional": true,
"type": "boolean"
}
]
},
Expand Down Expand Up @@ -5199,6 +5214,13 @@
"description": "User friendly error message, present if and only if navigation has failed.",
"optional": true,
"type": "string"
},
{
"name": "isDownload",
"description": "Whether the navigation resulted in a download.",
"experimental": true,
"optional": true,
"type": "boolean"
}
]
},
Expand Down
Loading