mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
This commit refactors how we access "core", "internals" and "primordials" objects coming from `deno_core`, in our internal JavaScript code. Instead of capturing them from "globalThis.__bootstrap" namespace, we import them from recently added "ext:core/mod.js" file. |
||
|---|---|---|
| .. | ||
| benches | ||
| 00_url.js | ||
| 01_urlpattern.js | ||
| Cargo.toml | ||
| internal.d.ts | ||
| lib.deno_url.d.ts | ||
| lib.rs | ||
| README.md | ||
| urlpattern.rs | ||
deno_url
This crate implements the URL, and URLPattern APIs for Deno.
URL Spec: https://url.spec.whatwg.org/ URLPattern Spec: https://wicg.github.io/urlpattern/