1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/extensions/web
2021-07-05 15:50:56 +02:00
..
00_infra.js refactor: introduce primordials for ext/web (#11228) 2021-07-03 21:32:28 +02:00
01_dom_exception.js fix: align DOMException to webidl spec (#11259) 2021-07-04 16:08:53 +02:00
01_mimesniff.js refactor: introduce primordials for ext/web (#11228) 2021-07-03 21:32:28 +02:00
02_event.js refactor: use primordials in extensions/web/02_event.js (#11264) 2021-07-04 16:43:21 +02:00
02_structured_clone.js refactor: introduce primordials for ext/web (#11228) 2021-07-03 21:32:28 +02:00
03_abort_signal.js feat: MessageChannel and MessagePort (#11051) 2021-06-21 19:53:52 +02:00
04_global_interfaces.js Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00
05_base64.js refactor: introduce primordials for ext/web (#11228) 2021-07-03 21:32:28 +02:00
06_streams.js refactor: introduce primordials for web/streams (#11251) 2021-07-05 12:18:41 +02:00
06_streams_types.d.ts fix: make WHATWG streams more compliant (#10967) 2021-06-15 13:46:02 +02:00
08_text_encoding.js refactor: clean up webidl protype configuration (#10871) 2021-06-07 10:04:10 +02:00
09_file.js refactor: asynchronous blob backing store (#10969) 2021-07-05 15:34:37 +02:00
10_filereader.js refactor: introduce primordials for ext/web (#11228) 2021-07-03 21:32:28 +02:00
11_blob_url.js refactor: asynchronous blob backing store (#10969) 2021-07-05 15:34:37 +02:00
12_location.js refactor: introduce primordials for ext/web (#11228) 2021-07-03 21:32:28 +02:00
13_message_port.js refactor: asynchronous blob backing store (#10969) 2021-07-05 15:34:37 +02:00
blob.rs refactor: asynchronous blob backing store (#10969) 2021-07-05 15:34:37 +02:00
Cargo.toml chore: upgrade Tokio to 1.8.0 (#11281) 2021-07-05 15:50:56 +02:00
internal.d.ts refactor: asynchronous blob backing store (#10969) 2021-07-05 15:34:37 +02:00
lib.deno_web.d.ts feat: MessageChannel and MessagePort (#11051) 2021-06-21 19:53:52 +02:00
lib.rs refactor: asynchronous blob backing store (#10969) 2021-07-05 15:34:37 +02:00
message_port.rs feat: transfer MessagePort between workers (#11076) 2021-06-22 16:30:16 +02:00
README.md refactor: merge deno_file crate into deno_web (#10914) 2021-06-10 15:26:10 +02:00

deno web

Op crate that implements Event, TextEncoder, TextDecoder and File API (https://w3c.github.io/FileAPI).

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