0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/op_crates/web
Yoshiya Hinosawa c75f92c4e2
fix: align DOMException API to the spec and add web platform testing of it. (#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-14 22:08:49 +09:00
..
00_dom_exception.js fix: align DOMException API to the spec and add web platform testing of it. (#9106) 2021-01-14 22:08:49 +09:00
01_event.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
02_abort_signal.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
03_global_interfaces.js chore: fixed various misspellings and other typos (#8691) 2020-12-11 06:45:45 +11:00
08_text_encoding.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
11_url.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
12_location.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
21_filereader.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
abort_controller_test.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
Cargo.toml release crates 2021-01-13 14:00:13 -05:00
event_target_test.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
event_test.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
lib.deno_web.d.ts chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
lib.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
README.md docs: end sentences with a period in markdown (#7813) 2020-10-04 07:19:11 +11:00
text_encoding_test.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00

deno web

Op crate that implements Event, TextEncoder, TextDecoder.