Skip to content

Commit

Permalink
Fix specification link for percentDecodeString()
Browse files Browse the repository at this point in the history
  • Loading branch information
azerum authored May 18, 2024
1 parent 6aa56a7 commit 0fb65e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following methods are exported for use by places like jsdom that need to imp
- [Has an opaque path](https://url.spec.whatwg.org/#url-opaque-path): `hasAnOpaquePath(urlRecord)`
- [Cannot have a username/password/port](https://url.spec.whatwg.org/#cannot-have-a-username-password-port): `cannotHaveAUsernamePasswordPort(urlRecord)`
- [Percent decode bytes](https://url.spec.whatwg.org/#percent-decode): `percentDecodeBytes(uint8Array)`
- [Percent decode a string](https://url.spec.whatwg.org/#percent-decode-string): `percentDecodeString(string)`
- [Percent decode a string](https://url.spec.whatwg.org/#string-percent-decode): `percentDecodeString(string)`

The `stateOverride` parameter is one of the following strings:

Expand Down

0 comments on commit 0fb65e3

Please sign in to comment.