Faster Blob + begin to implement FileSink

This commit is contained in:
Jarred Sumner
2022-09-22 23:44:53 -07:00
parent e14a3af491
commit 2c1926993b
32 changed files with 2197 additions and 280 deletions

View File

@@ -88,7 +88,6 @@ const Bun = JSC.API.Bun;
const EventLoop = JSC.EventLoop;
const ThreadSafeFunction = JSC.napi.ThreadSafeFunction;
pub const GlobalConstructors = [_]type{
WebCore.Blob.Constructor,
JSC.Cloudflare.HTMLRewriter.Constructor,
};