1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 01:29:14 -05:00
denoland-deno/op_crates/url
Bartek Iwańczuk b28f9445aa
refactor(core): simplify module loading code (#10385)
General cleanup of module loading code, tried to reduce indentation in various methods
on "JsRuntime" to improve readability.

Added "JsRuntime::handle_scope" helper function, which returns a "v8::HandleScope".
This was done to reduce a code pattern that happens all over the "deno_core".

Additionally if event loop hangs during loading of dynamic modules a list of
currently pending dynamic imports is printed.
2021-04-28 18:28:46 +02:00
..
benches refactor(core): simplify module loading code (#10385) 2021-04-28 18:28:46 +02:00
00_url.js chore: upgrade dprint plugins (#10397) 2021-04-28 10:08:51 -04:00
Cargo.toml chore: release crates (#10327) 2021-04-23 15:05:12 +02:00
internal.d.ts chore: align fetch to spec (#10203) 2021-04-20 14:47:22 +02:00
lib.deno_url.d.ts feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
lib.rs chore: align fetch to spec (#10203) 2021-04-20 14:47:22 +02:00
README.md chore: split web op crate (#9635) 2021-03-12 16:17:18 +01:00

deno_url

This crate implements the URL API for Deno.

Spec: https://url.spec.whatwg.org/