@cloudflare/patch-workers-url
v1.0.5
Published
Encodes % so Worker's URL parser won't throw
Downloads
3,427
Maintainers
Keywords
Readme
@cloudflare/patch-workers-url
Overrides URL constructor: to encode % so Worker's URL parser won't throw.
Usage
Make sure to import @cloudflare/patch-workers-url
first to apply the change to other imported dependencies.
import "@cloudflare/patch-workers-url";