1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/op_crates/web
Ryan Dahl 08bb8b3d53
Fix 100% CPU idling problem by reverting #7672 (#7911)
* Revert "refactor: Worker is not a Future (#7895)"

This reverts commit f4357f0ff9.

* Revert "refactor(core): JsRuntime is not a Future (#7855)"

This reverts commit d8879feb8c.

* Revert "fix(core): module execution with top level await (#7672)"

This reverts commit c7c7677825.
2020-10-10 11:41:11 +02:00
..
00_dom_exception.js Op crate for Web APIs (#6906) 2020-08-07 16:55:02 +02:00
01_event.js refactor: move FileReader to op_crates/web (#7554) 2020-09-18 16:01:50 +02:00
02_abort_signal.js fix(cli/rt): make some web API constructors illegal at runtime (#7468) 2020-09-19 23:30:59 +02:00
08_text_encoding.js fix(cli): update supported text encodings (#7668) 2020-09-25 16:56:28 +10:00
11_url.js fix(op_crate/web): add padding on URLSearchParam (#7905) 2020-10-10 16:20:24 +11:00
21_filereader.js refactor: move FileReader to op_crates/web (#7554) 2020-09-18 16:01:50 +02:00
abort_controller_test.js fix(cli/rt): make some web API constructors illegal at runtime (#7468) 2020-09-19 23:30:59 +02:00
Cargo.toml v1.4.5 2020-10-08 14:20:18 +02:00
event_target_test.js Op crate for Web APIs (#6906) 2020-08-07 16:55:02 +02:00
event_test.js fix: don't expose globalThis.__bootstrap (#7344) 2020-09-04 07:52:19 -04:00
lib.deno_web.d.ts fix(cli/dts): Use var instead of const and let for globals (#7680) 2020-09-26 07:23:35 +10:00
lib.rs Fix 100% CPU idling problem by reverting #7672 (#7911) 2020-10-10 11:41:11 +02:00
README.md docs: end sentences with a period in markdown (#7813) 2020-10-04 07:19:11 +11:00
text_encoding_test.js feat(op_crates/web): Add all single byte encodings to TextDecoder (#6178) 2020-09-09 21:26:26 +02:00

deno web

Op crate that implements Event, TextEncoder, TextDecoder.