Skip to content

Commit

Permalink
[glossary] [percent-encoding] add more see-more for encodeURI and enc…
Browse files Browse the repository at this point in the history
…odeURIComponent

These functions are not mentioned on the current page, but they are the main way to encode.
  • Loading branch information
Haroenv committed Jul 20, 2023
1 parent 53e776e commit 3ad5b28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/en-us/glossary/percent-encoding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ Depending on the context, the character `' '` is translated to a `'+'` (like in

- Definition of [percent-encoding](https://en.wikipedia.org/wiki/Percent-encoding) in Wikipedia.
- {{RFC(3986)}}, section 2.1, where this encoding is defined.
- [`encodeURI`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURI), [`encodeURIComponent`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent), functions to percent-encode strings

Check warning on line 42 in files/en-us/glossary/percent-encoding/index.md

View workflow job for this annotation

GitHub Actions / lint-docs

Custom rule [fqdn-moz-links: Don't use developer.mozilla.org for links, except for blog posts] [Context: "column: 15 text:'](https://developer.mozilla.org/'"]

Check warning on line 42 in files/en-us/glossary/percent-encoding/index.md

View workflow job for this annotation

GitHub Actions / lint-docs

Custom rule [fqdn-moz-links: Don't use developer.mozilla.org for links, except for blog posts] [Context: "column: 131 text:'](https://developer.mozilla.org/'"]

0 comments on commit 3ad5b28

Please sign in to comment.