You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@domenic Thank you for your advice! So it seems that the current test cases are incomplete on testing these (deprecated) error code mappings. I'll send a PR for it.
In particular, this tests the deprecated ones, some removed ones, and some newer error names which intentionally don't have legacy error codes. See also whatwg/webidl#946.
Closes#27151.
In the test of the error name table of DOMException in this file, the error codes 2, 6, 16, 17 are omitted. Is this intended?
In the WebIDL, the error codes 1, 2, 6, 15, 16, and 17 are marked "Deprecated". https://heycam.github.io/webidl/#idl-DOMException-error-names
If the above 4 codes are intentionally omitted because of the deprecation, then should we keep testing about the error code 1 and 15?
The text was updated successfully, but these errors were encountered: