1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00
denoland-deno/op_crates
Aaron O'Mullan 5ec478b5fa
refactor(core): initialize extensions in runtime constructor (#10421)
This ensures that provided extensions are all correctly setup and ready to use once the JsRuntime constructor returns

Note: this will also initialize ops for to-be-snapshotted runtimes
2021-04-30 10:38:35 -04:00
..
console refactor(extensions): reintroduce builder (#10412) 2021-04-28 18:16:45 -04:00
crypto refactor(core.js): provide window.__bootstrap (#10423) 2021-04-30 08:13:23 -04:00
fetch fix(op_crate/fetch): infinite loop on fill headers (#10406) 2021-04-29 13:56:59 -04:00
file refactor(extensions): reintroduce builder (#10412) 2021-04-28 18:16:45 -04:00
timers refactor(extensions): reintroduce builder (#10412) 2021-04-28 18:16:45 -04:00
url refactor(core): initialize extensions in runtime constructor (#10421) 2021-04-30 10:38:35 -04:00
web refactor(core.js): provide window.__bootstrap (#10423) 2021-04-30 08:13:23 -04:00
webgpu refactor(extensions): reintroduce builder (#10412) 2021-04-28 18:16:45 -04:00
webidl refactor(extensions): reintroduce builder (#10412) 2021-04-28 18:16:45 -04:00
websocket refactor(extensions): reintroduce builder (#10412) 2021-04-28 18:16:45 -04:00