1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
ud2 d632cce129
fix(dts): make globals available on globalThis (#19438)
This PR changes Web IDL interfaces to be declared with `var` instead of
`class`, so that accessing them via `globalThis` does not raise type
errors.

Closes #13390.
2023-07-03 14:36:55 -04:00
..
broadcast_channel fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
cache fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
console fix(console): correct the parseCssColor algorithm (#19645) 2023-06-28 19:46:30 -06:00
crypto fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
fetch fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
ffi chore: upgrade Rust to 1.70 and libffi-sys to 2.3.0 (#19639) 2023-06-29 15:25:48 -06:00
fs chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
http fix(ext/http): Catch errors in eager stream timeout to avoid uncaught promise rejections (#19691) 2023-07-03 15:30:02 +00:00
io chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
kv fix(ext/kv): expose Deno.AtomicOperation (#19674) 2023-07-01 09:24:15 +02:00
napi chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
net refactor(ops): op2 support for generics (#19636) 2023-06-29 10:23:14 -06:00
node fix(ext/node): ignore cancelled timer when node timer refresh (#19637) 2023-07-02 19:11:34 +00:00
tls chore: forward v1.34.3 release commit to main (#19526) 2023-06-16 01:55:31 +02:00
url fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
web fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
webidl chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
websocket fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
webstorage fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00