Open
Bug 1731418
Opened 3 years ago
Updated 24 days ago
Implement URLPattern
Categories
(Core :: DOM: Networking, enhancement, P2)
Tracking
()
UNCONFIRMED
People
(Reporter: 709922234, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed, parity-chrome, Whiteboard: [necko-triaged])
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:94.0) Gecko/20100101 Firefox/94.0
Steps to reproduce:
Component: Untriaged → DOM: Core & HTML
Product: Firefox → Core
Updated•2 years ago
|
Blocks: url
Severity: -- → N/A
Component: DOM: Core & HTML → DOM: Networking
Priority: -- → P2
Whiteboard: [necko-triaged]
Updated•1 year ago
|
Keywords: dev-doc-needed
Keywords: parity-chrome
Comment 2•1 month ago
•
|
||
Needed for Compression Dictionary support:
For match values in Use-As-Dictionary, we need to implement URLPattern in C++ or Rust. There's a partial impl in JS which is not sufficient.
One possibility is https://github.com/denoland/rust-urlpattern
This would also support the URLPattern JS API
You need to log in
before you can comment on or make changes to this bug.
Description
•