lagon icon indicating copy to clipboard operation
lagon copied to clipboard

Improve `URL` implementation

Open QuiiBz opened this issue 2 years ago • 4 comments

The current URL implementation is fairly simple and isn't very compliant with the spec:

cd crates/wpt-runner && cargo run -- ../../tools/wpt/url/
...
449 tests, 38 passed, 410 failed
 -> 8% conformance

Most of the failing tests are located in urlencoded-parser.any.js (102 tests, 90 fails) and url-setters-stripping.any.js (260 tests, 260 fails)

  • #835

QuiiBz avatar Dec 28 '22 09:12 QuiiBz