Gandi-IDE / custom-extension

GNU Lesser General Public License v2.1
43 stars 58 forks source link

添加网络扩展 #208

Open WP-Studio01 opened 5 months ago

WP-Studio01 commented 5 months ago

一个让作品可以访问网络的扩展

WP-Studio01 commented 5 months ago

Gandi IDE 不允许任何形式的外链请求。

此外,同步 XMLHttpRequest 也是被明令禁止的。

? 什么意思 还有同步xhr怎么你了

FurryR commented 5 months ago

Gandi IDE 不允许任何形式的外链请求。 此外,同步 XMLHttpRequest 也是被明令禁止的。

? 什么意思 还有同步xhr怎么你了

所有带外链的扩展均过不了审。 同步 XHR 会导致整个页面卡顿(引擎冻结)更加不会过审了。

WP-Studio01 commented 5 months ago

Gandi IDE 不允许任何形式的外链请求。 此外,同步 XMLHttpRequest 也是被明令禁止的。

? 什么意思 还有同步xhr怎么你了

所有带外链的扩展均过不了审。 同步 XHR 会导致整个页面卡顿(引擎冻结)更加不会过审了。

but,异步回调的hat参数到底怎么做

WP-Studio01 commented 5 months ago

另外,文件夹名字请于你的扩展名字一样。bat 文件也不用传上来吧

az忘记删了

MoreBugOfDog commented 5 months ago

There are extensions on Turbowarp that are similar to your extension, it is recommended to try to carry the adaptation first and add a security clearance (whitelist) extensions.turbowarp.org/true-fantom/network.js

MoreBugOfDog commented 5 months ago

Gandi IDE 不允许任何形式的外链请求。 此外,同步 XMLHttpRequest 也是被明令禁止的。

? 什么意思 还有同步xhr怎么你了

所有带外链的扩展均过不了审。 同步 XHR 会导致整个页面卡顿(引擎冻结)更加不会过审了。

but,异步回调的hat参数到底怎么做

https://www.runoob.com/js/js-promise.html Try reading the Rookie Tutorial Promise is supported by modern browsers (ES6) and you can use it to。

DannyDevPro commented 2 months ago

网络扩展过不了 你甚至可以翻一番已经关闭的pr