1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 15:49:44 -05:00
denoland-deno/op_crates/web
2021-04-30 08:13:23 -04:00
..
00_infra.js chore: upgrade dprint plugins (#10397) 2021-04-28 10:08:51 -04:00
01_dom_exception.js chore: split web op crate (#9635) 2021-03-12 16:17:18 +01:00
01_mimesniff.js chore: upgrade dprint plugins (#10397) 2021-04-28 10:08:51 -04:00
02_event.js refactor(core.js): provide window.__bootstrap (#10423) 2021-04-30 08:13:23 -04:00
03_abort_signal.js refactor(core.js): provide window.__bootstrap (#10423) 2021-04-30 08:13:23 -04:00
04_global_interfaces.js refactor(core.js): provide window.__bootstrap (#10423) 2021-04-30 08:13:23 -04:00
08_text_encoding.js refactor(core.js): provide window.__bootstrap (#10423) 2021-04-30 08:13:23 -04:00
12_location.js refactor(core.js): provide window.__bootstrap (#10423) 2021-04-30 08:13:23 -04:00
Cargo.toml chore: release crates (#10327) 2021-04-23 15:05:12 +02:00
internal.d.ts chore: align fetch to spec (#10203) 2021-04-20 14:47:22 +02:00
lib.deno_web.d.ts chore: align FormData to spec (#10169) 2021-04-14 22:49:16 +02:00
lib.rs refactor(extensions): reintroduce builder (#10412) 2021-04-28 18:16:45 -04:00
README.md feat(web): add utf-16 and big5 to TextEncoder/TextDecoder (#8108) 2021-01-19 21:58:57 +01:00

deno web

Op crate that implements Event, TextEncoder, TextDecoder.

Testing for text encoding is done via WPT in cli/.