1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/ext
Bartek Iwańczuk 016b43441b
refactor: migrate async ops to generated wrappers (#18937)
Migrates some of existing async ops to generated wrappers introduced in
https://github.com/denoland/deno/pull/18887. As a result "core.opAsync2"
was removed.

I will follow up with more PRs that migrate all the async ops to
generated wrappers.
2023-05-04 16:18:38 +02:00
..
broadcast_channel refactor(webidl): move prefix & context out of converters options bag (#18931) 2023-05-04 16:18:26 +02:00
cache fix(core): Use primordials for methods (#18839) 2023-05-04 16:18:35 +02:00
console fix(core): Use primordials for methods (#18839) 2023-05-04 16:18:35 +02:00
crypto fix(core): Use primordials for methods (#18839) 2023-05-04 16:18:35 +02:00
fetch fix(core): Use primordials for methods (#18839) 2023-05-04 16:18:35 +02:00
ffi 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
fs refactor: migrate async ops to generated wrappers (#18937) 2023-05-04 16:18:38 +02:00
http refactor: migrate async ops to generated wrappers (#18937) 2023-05-04 16:18:38 +02:00
io fix(ext/io) several sync fs fixes (#18886) 2023-05-04 16:17:43 +02:00
kv fix(ext/kv): stricter structured clone serializer (#18914) 2023-05-04 16:17:46 +02:00
napi 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
net fix(core): Use primordials for methods (#18839) 2023-05-04 16:18:35 +02:00
node refactor: migrate async ops to generated wrappers (#18937) 2023-05-04 16:18:38 +02:00
tls 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
url fix(core): Use primordials for methods (#18839) 2023-05-04 16:18:35 +02:00
web refactor: migrate async ops to generated wrappers (#18937) 2023-05-04 16:18:38 +02:00
webidl refactor(webidl): move prefix & context out of converters options bag (#18931) 2023-05-04 16:18:26 +02:00
websocket refactor: migrate async ops to generated wrappers (#18937) 2023-05-04 16:18:38 +02:00
webstorage refactor(webidl): move prefix & context out of converters options bag (#18931) 2023-05-04 16:18:26 +02:00