1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/testdata/workers
2022-01-20 16:10:16 +09:00
..
async_error.ts fix(runtime/js/workers): throw errors instead of using an op (#12249) 2021-10-01 11:30:55 +02:00
bench_large_message.ts
bench_round_robin.ts
bench_startup.ts
bench_worker.ts
broadcast_channel.ts
busy_worker.js
close_in_wasm_reactions.js fix: Don't panic when a worker is closed in the reactions to a wasm operation. (#12270) 2021-09-30 19:52:58 +02:00
close_nested_child.js chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
close_nested_parent.js chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
close_race_worker.js chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
deno_worker.ts
drop_handle_race.js fix(workers): Don't panic when a worker's parent thread stops running (#12156) 2021-09-22 18:02:15 +02:00
dynamic_remote.ts
env_read_check_worker.js fix: worker environment permissions should accept an array (#12250) 2021-09-30 15:50:59 -04:00
error.ts
event_worker.js
event_worker_scope.js
fetching_worker.js
http_worker.js chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
immediately_close_worker.js
message_before_close.js tests: make worker test deterministic (#12361) 2021-10-07 22:53:09 +02:00
message_handler_error.ts fix(runtime/js/workers): throw errors instead of using an op (#12249) 2021-10-01 11:30:55 +02:00
message_port.ts
nested_worker.js fix(cli/tests): move worker test assertions out of message handlers (#12439) 2021-10-14 11:44:33 +02:00
no_permissions_worker.js fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297) 2021-10-13 13:04:44 -04:00
non_deno_worker.js
nonexistent_worker.out chore: update deno_graph and deno_doc (#13173) 2021-12-22 14:25:06 +01:00
nonexistent_worker.ts
parent_read_check_worker.js fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297) 2021-10-13 13:04:44 -04:00
permissions_blob_local.ts
permissions_blob_local.ts.out refactor: integrate deno_graph into CLI (#12369) 2021-10-11 08:26:22 +11:00
permissions_blob_remote.ts
permissions_blob_remote.ts.out refactor: integrate deno_graph into CLI (#12369) 2021-10-11 08:26:22 +11:00
permissions_data_local.ts
permissions_data_local.ts.out refactor: integrate deno_graph into CLI (#12369) 2021-10-11 08:26:22 +11:00
permissions_data_remote.ts
permissions_data_remote.ts.out refactor: integrate deno_graph into CLI (#12369) 2021-10-11 08:26:22 +11:00
permissions_dynamic_remote.ts
permissions_dynamic_remote.ts.out fix(cli): short-circuit in prepare_module_load() (#12604) 2021-11-16 10:25:52 +11:00
permissions_remote_remote.ts
permissions_remote_remote.ts.out refactor: integrate deno_graph into CLI (#12369) 2021-10-11 08:26:22 +11:00
post_undefined.ts
racy_worker.js
read_check_granular_worker.js fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297) 2021-10-13 13:04:44 -04:00
read_check_worker.js
shared_array_buffer.ts
sibling_worker.js
static_remote.ts
terminate_tla_crash.js fix(workers): Make worker.terminate() not immediately kill the isolate (#12831) 2021-11-29 13:37:44 +01:00
terminate_tla_crash.js.out fix(workers): Make worker.terminate() not immediately kill the isolate (#12831) 2021-11-29 13:37:44 +01:00
test.ts chore: update copyright year (#13434) 2022-01-20 16:10:16 +09:00
test.ts.out feat(test): better formatting for test elapsed time (#12610) 2021-10-30 22:49:46 +02:00
test_worker.js fix(runtime/js/workers): throw errors instead of using an op (#12249) 2021-10-01 11:30:55 +02:00
test_worker.ts
throwing_worker.js
worker_async_error.ts fix(runtime/js/workers): throw errors instead of using an op (#12249) 2021-10-01 11:30:55 +02:00
worker_async_error.ts.out fix(runtime/js/workers): throw errors instead of using an op (#12249) 2021-10-01 11:30:55 +02:00
worker_crypto.js
worker_error.ts
worker_error.ts.out fix(runtime/js/workers): throw errors instead of using an op (#12249) 2021-10-01 11:30:55 +02:00
worker_event_handlers.js
worker_globals.ts
worker_large_message.js
worker_location.ts
worker_message_handler_error.ts fix(runtime/js/workers): throw errors instead of using an op (#12249) 2021-10-01 11:30:55 +02:00
worker_message_handler_error.ts.out fix(runtime/js/workers): throw errors instead of using an op (#12249) 2021-10-01 11:30:55 +02:00
worker_nested_error.ts
worker_nested_error.ts.out fix(runtime/js/workers): throw errors instead of using an op (#12249) 2021-10-01 11:30:55 +02:00
worker_structured_cloning.ts
worker_types.ts
worker_unstable.ts
worker_with_top_level_await.ts