// I will try to keep adding more things that are missing from TS-Compat but are available in JS/TS. // Fetch function const networkListeners = new Map<string, (code: keyof typeof curlErrorCodes, data: string) => void>(); importLib("curl-error-codes"); @@ -67,7 +68,10 @@ ...