1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/op_crates/web
Luca Casonato e83ff62ccb
chore: split web op crate (#9635)
This commit starts splitting out the deno_web op crate into multiple
smaller crates. This commit splits out WebIDL and URL API, but in the
future I want to split out each spec into its own crate. That means we
will have (in rough order of loading): `webidl`, `dom`, `streams`,
`console`, `encoding`, `url`, `file`, `fetch`, `websocket`, and
`webgpu` crates.
2021-03-12 16:17:18 +01:00
..
01_dom_exception.js chore: split web op crate (#9635) 2021-03-12 16:17:18 +01:00
02_event.js feat: WebGPU API (#7977) 2021-03-01 11:31:13 +01:00
03_abort_signal.js fix: webidl utils and align Event to spec (#9470) 2021-02-13 15:58:12 +01:00
04_global_interfaces.js fix: webidl utils and align Event to spec (#9470) 2021-02-13 15:58:12 +01:00
08_text_encoding.js typo 2021-02-16 08:00:41 -05:00
12_location.js fix(op_crates): Don't use Deno.inspect in op crates (#9332) 2021-02-09 16:31:46 +01:00
21_filereader.js chore: use strict mode for internal runtime, core, and op_crates js (#9391) 2021-02-04 23:18:32 +01:00
Cargo.toml chore: split web op crate (#9635) 2021-03-12 16:17:18 +01:00
internal.d.ts chore: split web op crate (#9635) 2021-03-12 16:17:18 +01:00
lib.deno_web.d.ts chore: split web op crate (#9635) 2021-03-12 16:17:18 +01:00
lib.rs chore: split web op crate (#9635) 2021-03-12 16:17:18 +01: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/.