Skip to content

Commit d5de8eb

Browse files
destinationFolder is not nullable
1 parent ff6eeec commit d5de8eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2835,6 +2835,7 @@ The [=remote end steps=] are:
28352835

28362836
</div>
28372837

2838+
28382839
#### The browser.getUserContexts Command #### {#command-browser-getUserContexts}
28392840

28402841
The <dfn export for=commands>browser.getUserContexts</dfn> command returns a
@@ -3057,7 +3058,7 @@ list of [=client window=]s.
30573058

30583059
browser.DownloadBehaviorAllowed = (
30593060
type: "allowed",
3060-
? destinationFolder: text / null
3061+
? destinationFolder: text
30613062
)
30623063

30633064
browser.DownloadBehaviorDenied = (

0 commit comments

Comments
 (0)