| 12056 | } else GM_fetch = fetch; |
| 12057 | |
| 12058 | class ImageSizeFetcher { |
| 12059 | constructor(gmXhr, config = {}) { |
| 12060 | if (!gmXhr) throw new Error("GM_xmlhttpRequest is required"); |
| 12061 | this.gmXhr = gmXhr; |
nothing calls this directly
no outgoing calls
no test coverage detected