deno/ext/web
李瑞丰 46245b830a
fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)
Co-authored-by: Luca Casonato <hello@lcas.dev>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2021-09-25 02:07:22 +09:00
..
00_infra.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
01_dom_exception.js fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09:00
01_mimesniff.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
02_event.js fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09:00
02_structured_clone.js feat(fmt): add basic JS doc formatting (#11902) 2021-09-02 18:28:12 -04:00
03_abort_signal.js fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09: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 fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09:00
06_streams_types.d.ts Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
08_text_encoding.js fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09:00
09_file.js fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09:00
10_filereader.js fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09: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 fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09:00
blob.rs fix: a Request whose URL is a revoked blob URL should still fetch (#11947) 2021-09-08 11:29:21 +02:00
Cargo.toml chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
internal.d.ts fix: a Request whose URL is a revoked blob URL should still fetch (#11947) 2021-09-08 11:29:21 +02:00
lib.deno_web.d.ts feat(fmt): add basic JS doc formatting (#11902) 2021-09-02 18:28:12 -04:00
lib.rs fix: a Request whose URL is a revoked blob URL should still fetch (#11947) 2021-09-08 11:29:21 +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/.