summaryrefslogtreecommitdiff
path: root/op_crates/web/00_dom_exception.js
AgeCommit message (Collapse)Author
2021-02-13fix: webidl utils and align `Event` to spec (#9470)Luca Casonato
2021-02-04chore: use strict mode for internal runtime, core, and op_crates js (#9391)Developing
2021-01-14fix: align DOMException API to the spec and add web platform testing of it. ↵Yoshiya Hinosawa
(#9106) * fix: align DOMException API to the spec * test: fix test case 070_location * test(DOMException): disable "does not inherit from Error: class-side" test of WPT * test: remove test cases in deno codebase * docs: add note about skipped test
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-09fix(web): implement DOMException#code (#9015)Yacine Hmito
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2020-08-07Op crate for Web APIs (#6906)Bartek Iwańczuk
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>