Skip to content

Commit 312f3ed

Browse files
authored
Firefox only returns some errors as downloads.InterruptReason (#25655)
* downloads.InterruptReason support limitations in Firefox * Note rewording and formatting * Close note with period
1 parent 4e3d74f commit 312f3ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webextensions/api/downloads.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,8 @@
12301230
},
12311231
"edge": "mirror",
12321232
"firefox": {
1233-
"version_added": "47"
1233+
"version_added": "47",
1234+
"notes": "Only returns these errors: `NETWORK_FAILED`, `FILE_FAILED`, `CRASH`, `USER_CANCELED`, `SERVER_BAD_CONTENT`, `SERVER_FORBIDDEN`, `SERVER_UNAUTHORIZED`, and `SERVER_FAILED`."
12341235
},
12351236
"firefox_android": {
12361237
"version_added": "48",

0 commit comments

Comments
 (0)