From 79d64139815750efab02c70a12f5e691b9b4d1a6 Mon Sep 17 00:00:00 2001 From: hinell Date: Mon, 5 Sep 2022 05:57:01 +0300 Subject: [PATCH] add: WebAPI/URL Links to encodeURI (#20294) Co-authored-by: de-oz <101826623+de-oz@users.noreply.github.com> --- files/en-us/web/api/url_api/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/en-us/web/api/url_api/index.md b/files/en-us/web/api/url_api/index.md index ec248e1bec71fbf..b6bd66e7fa4d553 100644 --- a/files/en-us/web/api/url_api/index.md +++ b/files/en-us/web/api/url_api/index.md @@ -115,3 +115,5 @@ A working version of this example can be [found on Glitch](https://url-api.glitc - [Fetch API](/en-US/docs/Web/API/Fetch_API) - CSS {{cssxref("<url>")}} type +- {{jsxref("encodeURI", "encodeURI()")}} +- {{jsxref("encodeURIComponent", "encodeURIComponent()")}}