1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
Bartek Iwańczuk 83426be6ee
refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (#20303)
Rewrites 3 ops that used "op(deferred)" to use "op2(async(lazy))"
instead.
This will allow us to remove codepath for handling "deferred" ops in
"deno_core".
2023-09-02 08:48:21 +02:00
..
broadcast_channel chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
cache chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
console chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
crypto chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
fetch chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
ffi chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
fs chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
http chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
io chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
kv chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
napi chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
net chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
node chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
tls chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
url chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
web refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (#20303) 2023-09-02 08:48:21 +02:00
webidl chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
websocket refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (#20303) 2023-09-02 08:48:21 +02:00
webstorage chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00