1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-03 17:08:35 -05:00
denoland-deno/ext/url
2023-03-16 11:55:46 +09:00
..
benches refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
00_url.js refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for snapshotted modules (#18041) 2023-03-10 12:58:25 +09:00
01_urlpattern.js refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for snapshotted modules (#18041) 2023-03-10 12:58:25 +09:00
Cargo.toml 1.31.2 (#18111) 2023-03-10 14:25:50 +09:00
internal.d.ts refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for snapshotted modules (#18041) 2023-03-10 12:58:25 +09:00
lib.deno_url.d.ts docs(ext): Update docs for URLPattern to make all examples work (#17870) 2023-03-16 11:55:46 +09:00
lib.rs refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
README.md feat: add URLPattern API (#11941) 2021-09-08 11:14:29 +02:00
urlpattern.rs chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00

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/