Skip to content

Commit fb6877b

Browse files
fix
1 parent 6efd905 commit fb6877b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5412,12 +5412,12 @@ started</dfn> steps given |navigable| and |navigation status|:
54125412
)
54135413

54145414
browsingContext.DownloadCanceledParams = {
5415-
status: "canceled"
5415+
status: "canceled",
54165416
browsingContext.BaseNavigationInfo
54175417
}
54185418

54195419
browsingContext.DownloadCompleteParams = {
5420-
status: "complete"
5420+
status: "complete",
54215421
filepath: text / null,
54225422
browsingContext.BaseNavigationInfo
54235423
}

0 commit comments

Comments
 (0)