1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Andreu Botella ddbb7b83f2
feat(runtime): support classic workers for internal testing (#11338)
This commit implements classic workers, but only when the `--enable-testing-features-do-not-use` flag is provided. This change is not user facing. Classic workers are used extensively in WPT tests. The classic workers do not support loading from disk, and do not support TypeScript.

Co-authored-by: Luca Casonato <hello@lcas.dev>
2021-08-16 14:29:54 +02:00
..
broadcast_channel refactor(ops): return BadResource errors in ResourceTable calls (#11710) 2021-08-15 13:29:19 +02:00
console Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
crypto fix(ext/crypto): fix copying buffersource (#11714) 2021-08-15 12:00:35 +02:00
fetch feat(runtime): support classic workers for internal testing (#11338) 2021-08-16 14:29:54 +02:00
ffi refactor(ops): return BadResource errors in ResourceTable calls (#11710) 2021-08-15 13:29:19 +02:00
http test(ext/http): add test for incomplete HTTP message and fix resource leak (#11717) 2021-08-16 13:43:43 +02:00
net refactor(ops): return BadResource errors in ResourceTable calls (#11710) 2021-08-15 13:29:19 +02:00
timers Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
tls Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
url Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
web refactor(ops): return BadResource errors in ResourceTable calls (#11710) 2021-08-15 13:29:19 +02:00
webgpu refactor(ops): return BadResource errors in ResourceTable calls (#11710) 2021-08-15 13:29:19 +02:00
webidl Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
websocket refactor(ops): return BadResource errors in ResourceTable calls (#11710) 2021-08-15 13:29:19 +02:00
webstorage perf: improve localStorage throughput (#11709) 2021-08-14 22:39:35 +02:00