Remove useless line of code

This commit is contained in:
younesaassila 2024-04-30 14:50:24 +02:00
parent 43438bc2ca
commit 992e09d707

View File

@ -39,7 +39,6 @@ const pageState: PageState = {
sendMessageToWorkerScriptsAndWaitForResponse,
};
const NATIVE_FETCH = window.fetch;
window.fetch = getFetch(pageState);
window.Worker = class Worker extends window.Worker {