GoogleChromeLabs / native-url

Node's url module implemented using the built-in URL API.
https://npm.im/native-url
Apache License 2.0
284 stars 11 forks source link

Fix IE11 issue #8

Closed janicklas-ralph closed 4 years ago

janicklas-ralph commented 4 years ago

String.includes & Array.includes are not supported in IE11. Replacing them with indexOf