https://github.com/kitten/whatwg-url-minimum
Derivative of whatwg-url without unicode handling and optimized for Expo
https://github.com/kitten/whatwg-url-minimum
Last synced: 5 months ago
JSON representation
Derivative of whatwg-url without unicode handling and optimized for Expo
- Host: GitHub
- URL: https://github.com/kitten/whatwg-url-minimum
- Owner: kitten
- License: mit
- Created: 2026-01-29T22:05:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-29T23:48:51.000Z (6 months ago)
- Last Synced: 2026-01-30T13:09:04.804Z (6 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/whatwg-url-minimum
- Size: 107 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# whatwg-url-minimum
`whatwg-url-minimum` is a non-unicode implementation of the [WHATWG URL standard](https://url.spec.whatwg.org/) (derivative of [whatwg-url](https://github.com/jsdom/whatwg-url/))
## Implementation
The goal of `whatwg-url-minimum` is to be a derivative of [whatwg-url](https://github.com/jsdom/whatwg-url/) that has been converted to be more compact and drops punycode/unicode support.
Its parser implementation is otherwise a mostly identical implementation ported to TypeScript.