You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: network/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This section will be expanded in the future, but it remains incomplete for now.
6
6
In the meantime, here are some resources that may be useful if one would like to learn more about Scratch's handling of external network connections:
7
7
8
8
-[TurboWarp Cloud Variable Protocol](https://github.com/TurboWarp/cloud-server/blob/master/doc/protocol.md) (highly similar to the cloud variable protocol used by Scratch)
9
-
-[`fetchWithTimeout` Source Code](https://github.com/scratchfoundation/scratch-link/tree/develop/Documentation) (function used in official Scratch runtime by certain extensions to make requests to the Internet)
9
+
-[`fetchWithTimeout` Source Code](https://github.com/scratchfoundation/scratch-vm/blob/b3266a0cfe5122f20b72ccd738a3dd4dff4fc5a5/src/util/fetch-with-timeout.js#L30) (function used in official Scratch runtime by certain extensions to make requests to the Internet)
0 commit comments