Skip to content

Commit 4a1181a

Browse files
destinationFolder is required in allowed download behavior (#1008)
1 parent 659c6e1 commit 4a1181a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2985,7 +2985,7 @@ for="download behavior">user context download behavior</dfn>, which is a weak ma
29852985

29862986
browser.DownloadBehaviorAllowed = (
29872987
type: "allowed",
2988-
? destinationFolder: text
2988+
destinationFolder: text
29892989
)
29902990

29912991
browser.DownloadBehaviorDenied = (

0 commit comments

Comments
 (0)