Missing features on url-wasm
anonrig opened this issue · 2 comments
anonrig commented
I've added this issue as a reference for future commiters/contributers. Here's the missing features from the URL-WASM library to be spec compliance.
Documentation
- Update README and mention url-wasm@alpha for beta testing the application
- Release an initial benchmark
URLSearchParams
- new URLSearchParams('hello=world') - @anonrig
- URLSearchParams encoding checks for compliance - @nebarf
- URLSearchParams iterator support for entries, keys etc. - @nebarf
- URLSearchParams.forEach - 3rd parameter is missing. It should return
this
- @nebarf
URL
- URL.searchParams should return URLSearchParams instance.
- URL.hash parsing - @anonrig
- URL.host parsing
- URL.hostname parsing
- URL.href parsing
- URL.origin parsing
- URL.password parsing
- URL.pathname parsing
- URL.port parsing
- URL.protocol parsing - @anonrig
- URL.search parsing (and integrating with URLSearchParams) - @anonrig
nebarf commented
I'd like to contribute. Do you have any preference/priority? Are you already working on any of the missing features above?
Feel free to reach me in the Node.js Slack channel under my name and surname.