1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 13:59:01 -05:00
denoland-deno/cli/js/web
Bartek Iwańczuk 2d1b39bef3
reorg: remove dispatch.ts, move signals, factor out web utils (#4316)
- moves signal definition from "cli/js/process.ts" to "cli/js/signals.ts"
- removes "cli/js/dispatch.ts"
- removes "cli/js/types.ts"
- moves web specific utilities to "cli/js/web/util.ts"
2020-03-11 15:49:53 +01:00
..
streams move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
base64.ts move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
blob.ts refactor: Cleanup options object parameters (#4296) 2020-03-10 12:08:58 -04:00
body.ts move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
console.ts reorg: remove dispatch.ts, move signals, factor out web utils (#4316) 2020-03-11 15:49:53 +01:00
console_table.ts reorg: remove dispatch.ts, move signals, factor out web utils (#4316) 2020-03-11 15:49:53 +01:00
custom_event.ts reorg: remove dispatch.ts, move signals, factor out web utils (#4316) 2020-03-11 15:49:53 +01:00
decode_utf8.ts move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
dom_file.ts refactor: Cleanup options object parameters (#4296) 2020-03-10 12:08:58 -04:00
dom_iterable.ts reorg: remove dispatch.ts, move signals, factor out web utils (#4316) 2020-03-11 15:49:53 +01:00
dom_types.ts refactor: Cleanup options object parameters (#4296) 2020-03-10 12:08:58 -04:00
dom_util.ts move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
encode_utf8.ts move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
event.ts reorg: remove dispatch.ts, move signals, factor out web utils (#4316) 2020-03-11 15:49:53 +01:00
event_target.ts reorg: remove dispatch.ts, move signals, factor out web utils (#4316) 2020-03-11 15:49:53 +01:00
fetch.ts reorg: remove dispatch.ts, move signals, factor out web utils (#4316) 2020-03-11 15:49:53 +01:00
form_data.ts reorg: remove dispatch.ts, move signals, factor out web utils (#4316) 2020-03-11 15:49:53 +01:00
headers.ts reorg: remove dispatch.ts, move signals, factor out web utils (#4316) 2020-03-11 15:49:53 +01:00
location.ts move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
performance.ts reorg: cli/js/compiler/, move more API to cli/js/web/ (#4310) 2020-03-11 10:53:06 +01:00
README.md reorg: cli/js/compiler/, move more API to cli/js/web/ (#4310) 2020-03-11 10:53:06 +01:00
request.ts move Web APIs to cli/js/web/ 2020-03-05 18:48:55 +01:00
text_encoding.ts refactor: Cleanup options object parameters (#4296) 2020-03-10 12:08:58 -04:00
timers.ts reorg: cli/js/compiler/, move more API to cli/js/web/ (#4310) 2020-03-11 10:53:06 +01:00
url.ts reorg: cli/js/compiler/, move more API to cli/js/web/ (#4310) 2020-03-11 10:53:06 +01:00
url_search_params.ts reorg: remove dispatch.ts, move signals, factor out web utils (#4316) 2020-03-11 15:49:53 +01:00
util.ts reorg: remove dispatch.ts, move signals, factor out web utils (#4316) 2020-03-11 15:49:53 +01:00
workers.ts reorg: cli/js/compiler/, move more API to cli/js/web/ (#4310) 2020-03-11 10:53:06 +01:00

Deno Web APIs

This directory facilities Web APIs that are available in Deno.

Please note, that some of implementations might not be completely aligned with specification.

Some of the Web APIs are using ops under the hood, eg. console, performance.