0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/ext/web
2021-08-25 13:48:53 +02:00
..
00_infra.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
01_dom_exception.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
01_mimesniff.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
02_event.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
02_structured_clone.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
03_abort_signal.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
04_global_interfaces.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
05_base64.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
06_streams.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
06_streams_types.d.ts Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
08_text_encoding.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
09_file.js fix: Blob#slice arguments should be optional (#11665) 2021-08-12 19:16:23 +02:00
10_filereader.js fix: FileReader.readAsText compat (#11814) 2021-08-24 13:13:22 +02:00
11_blob_url.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
12_location.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
13_message_port.js feat: ArrayBuffer in structured clone transfer (#11840) 2021-08-25 13:48:53 +02:00
blob.rs cleanup(ext/web/BlobStore): avoid redundant Arc<Box<T>> alloc (#11693) 2021-08-14 10:27:27 +02:00
Cargo.toml chore: release crates for 1.13.2 (#11820) 2021-08-23 15:48:08 -04:00
internal.d.ts feat: ArrayBuffer in structured clone transfer (#11840) 2021-08-25 13:48:53 +02:00
lib.deno_web.d.ts Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
lib.rs refactor(ops): return BadResource errors in ResourceTable calls (#11710) 2021-08-15 13:29:19 +02:00
message_port.rs feat: ArrayBuffer in structured clone transfer (#11840) 2021-08-25 13:48:53 +02:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +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/.