We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efd905 commit fb6877bCopy full SHA for fb6877b
index.bs
@@ -5412,12 +5412,12 @@ started</dfn> steps given |navigable| and |navigation status|:
5412
)
5413
5414
browsingContext.DownloadCanceledParams = {
5415
- status: "canceled"
+ status: "canceled",
5416
browsingContext.BaseNavigationInfo
5417
}
5418
5419
browsingContext.DownloadCompleteParams = {
5420
- status: "complete"
+ status: "complete",
5421
filepath: text / null,
5422
5423
0 commit comments