From a3d06c6ce4cac8c0689e36db7f812ce7d9b3fb50 Mon Sep 17 00:00:00 2001 From: JonasBa Date: Fri, 7 Feb 2025 10:25:06 -0500 Subject: [PATCH] url: expose urlpattern as global --- doc/api/globals.md | 11 +++++++++++ .../bootstrap/web/exposed-window-or-worker.js | 4 +++- test/wpt/test-urlpattern.js | 2 -- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/doc/api/globals.md b/doc/api/globals.md index 8ee20e0f099162..107aaf58c2e7a3 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -1145,6 +1145,16 @@ added: v10.0.0 The WHATWG `URL` class. See the [`URL`][] section. +## `URLPattern` + + + + + +The WHATWG `URLPattern` class. See the [`URLPattern`][] section. + ## `URLSearchParams`