This library polyfills encodeURI/encodeURIComponent to make it RFC3986-compliant.
npm install rfc-encode-uriJust require this package
require('rfc-encode-uri');then it will replace encodeURI/encodeURIComponent to a RFC3986-Compliant ones.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This library polyfills encodeURI/encodeURIComponent to make it RFC3986-compliant.
npm install rfc-encode-uriJust require this package
require('rfc-encode-uri');then it will replace encodeURI/encodeURIComponent to a RFC3986-Compliant ones.