mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 15:40:02 -04:00
chore: remove threading
This commit is contained in:
parent
a3cb21a500
commit
70779ffe5b
8 changed files with 0 additions and 140 deletions
|
@ -287,8 +287,6 @@ async function rewriteBody(
|
|||
}
|
||||
case "script":
|
||||
return rewriteJs(await response.arrayBuffer(), meta);
|
||||
// Disable threading for now, it's causing issues.
|
||||
// responseBody = await this.threadpool.rewriteJs(await responseBody.arrayBuffer(), url.toString());
|
||||
case "style":
|
||||
return rewriteCss(await response.text(), meta);
|
||||
case "sharedworker":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue