File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3036,6 +3036,7 @@ BrowsingContextEvent = (
30363036 browsingContext.ContextCreated //
30373037 browsingContext.ContextDestroyed //
30383038 browsingContext.DomContentLoaded //
3039+ browsingContext.DownloadFinished //
30393040 browsingContext.DownloadWillBegin //
30403041 browsingContext.FragmentNavigated //
30413042 browsingContext.HistoryUpdated //
@@ -5401,8 +5402,8 @@ started</dfn> steps given |navigable| and |navigation status|:
54015402 <dd>
54025403 <pre class="cddl local-cddl">
54035404 browsingContext.DownloadFinished = (
5404- method: "browsingContext.downloadFinished",
5405- params: browsingContext.DownloadFinishedParams
5405+ method: "browsingContext.downloadFinished",
5406+ params: browsingContext.DownloadFinishedParams
54065407 )
54075408
54085409 browsingContext.DownloadFinishedParams = (
You can’t perform that action at this time.
0 commit comments