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
- Client environment are different from Web, Lynx does not support Web-only features like: [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)、redirect、keepalive related APIs
38
+
:::info
40
39
41
-
-Streaming/FormData/Blob related APIs are not supported
40
+
-Client environment are different from Web, Lynx does not support Web-only features like: [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)、redirect、keepalive related APIs. FormData/Blob related APIs are not supported.
42
41
43
-
:::
44
-
45
-
:::Warning Web Platform Compatibility
42
+
- Web Platform supports Fetch API using Browser's Fetch implementation, it follows the same rules as the web.
46
43
47
-
Web Platform supports Fetch API using Browser's Fetch implementation, it follows the same rules as the web.
0 commit comments