diff --git a/src/docs/src/assets/js/example.js b/src/docs/src/assets/js/example.js index 987468c65..0b750ba60 100644 --- a/src/docs/src/assets/js/example.js +++ b/src/docs/src/assets/js/example.js @@ -11,6 +11,8 @@ const icons = { hosting_active: '', auth_outline: '', auth_active: '', + networking_outline: '', + networking_active: '', }; $(document).ready(function () { diff --git a/src/docs/src/index.md b/src/docs/src/index.md index 0ec98c009..aea86c9af 100755 --- a/src/docs/src/index.md +++ b/src/docs/src/index.md @@ -93,6 +93,7 @@ Puter.js is powered by [Puter](https://github.com/HeyPuter/puter), the open-sour
NoSQL Database
Hosting
Auth
+
Networking
@@ -282,3 +283,29 @@ Puter.js is powered by [Puter](https://github.com/HeyPuter/puter), the open-sour ```
+ +
+ +#### Fetch a resource without CORS restrictions + +```html;net-fetch + + + + + + +``` + +