File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/02-app/02-api-reference Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ The Next.js Edge Runtime is used for Middleware and supports the following APIs:
26
26
27
27
| API | Description |
28
28
| ----------------------------------------------------------------------------------- | ---------------------------------- |
29
- | [ ` atob ` ] ( https://developer.mozilla.org/docs/Web/API/WindowOrWorkerGlobalScope/ atob ) | Decodes a base-64 encoded string |
30
- | [ ` btoa ` ] ( https://developer.mozilla.org/docs/Web/API/WindowOrWorkerGlobalScope/ btoa ) | Encodes a string in base-64 |
29
+ | [ ` atob ` ] ( https://developer.mozilla.org/en-US/ docs/Web/API/atob ) | Decodes a base-64 encoded string |
30
+ | [ ` btoa ` ] ( https://developer.mozilla.org/en-US/ docs/Web/API/btoa ) | Encodes a string in base-64 |
31
31
| [ ` TextDecoder ` ] ( https://developer.mozilla.org/docs/Web/API/TextDecoder ) | Decodes a Uint8Array into a string |
32
32
| [ ` TextDecoderStream ` ] ( https://developer.mozilla.org/docs/Web/API/TextDecoderStream ) | Chainable decoder for streams |
33
33
| [ ` TextEncoder ` ] ( https://developer.mozilla.org/docs/Web/API/TextEncoder ) | Encodes a string into a Uint8Array |
You can’t perform that action at this time.
0 commit comments