sindresorhus / normalize-url

Normalize a URL
MIT License
837 stars 123 forks source link

Is Safari supported? #183

Closed TristanH closed 1 year ago

TristanH commented 1 year ago

The readme says:

If you need Safari support, use version 4: npm i normalize-url@4

However, it looks like Safari support was re-added here? https://github.com/sindresorhus/normalize-url/pull/148 (as of 7.0.1)

Can you clarify whether Safari (or any other browsers) are not supported?

If they are all supported, happy to open a PR to fix the docs.

TristanH commented 1 year ago

@sindresorhus friendly bump on this :)

sindresorhus commented 1 year ago

Yes, Safari is supported.

TristanH commented 1 year ago

great thanks!