Skip to content

@cloudflare/workers-utils@0.39.1

Choose a tag to compare

@workers-devprod workers-devprod released this 16 Sep 20:30
· 12 commits to main since this release
f4229f1

Patch Changes

  • #15669 9515011 Thanks @Shubham-Padkonde! - Reject Windows drive prefixes when converting file paths to URL paths

    toUrlPath() now throws for drive-prefixed paths as documented. Previously it used console.assert(), which only logged the invalid input and returned a path containing the drive prefix.