Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit bf0e213

Browse files
mikewestjgraham
authored andcommitted
Add 'CancelationError'.
Once whatwg/webidl#339 lands, we'll need this. Thanks to @annevk for telling me that this list existed. :)
1 parent aa1d765 commit bf0e213

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testharness.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,8 @@ policies and contribution forms [3].
12501250
ReadOnlyError: 0,
12511251
VersionError: 0,
12521252
OperationError: 0,
1253-
NotAllowedError: 0
1253+
NotAllowedError: 0,
1254+
CancelationError: 0,
12541255
};
12551256

12561257
if (!(name in name_code_map)) {

0 commit comments

Comments
 (0)