GM_fetch

fetch pollyfill using GM_xmlhttpRequest

07.02.2021 itibariyledir. En son verisyonu görün.

Bu script direkt olarak kurulamaz. Başka scriptler için bir kütüphanedir ve meta yönergeleri içerir // @require https://update.greasyfork.org/scripts/421384/898554/GM_fetch.js

Yazar
nyarau
Versiyon
0.0.1.20210207152600
Oluşturulma
07.02.2021
Güncellenme
07.02.2021
Size
1,2 KB
Lisans
N/A

(personal uses, with no guarantee what so ever)

fetch pollyfill with resp.text/resp.json/resp.blob/resp.arrayBuffer support using GM_xmlhttpRequest, not yet 100% replication of fetch API (eg. errors)

Written for / tested with TamperMonkey, may work for GeaseMonkey or others

Don't forget to add permissions

// @connect  api.example.com
// @grant    GM_xmlhttpRequest