Skip to content

3.0.0

Choose a tag to compare

@domenic domenic released this 28 May 19:44
· 249 commits to main since this release

Fixed parsing schemes that have numbers in them.

Parsing failures are now handled differently (and more to-spec):

  • new URL() now correctly throws for parsing failures.
  • URL setters now ignore parsing failures, leaving the old value in place.
  • URL-record-returning functions now will return the string "failure" in case of failure, instead of throwing.