-
-
Notifications
You must be signed in to change notification settings - Fork 429
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Hi,
Thanks for your library, it's great !
I use it on an application with some strict Content Security Policy, disallowing web workers from blobs. It works because it fails back to the no worker version, and I can also specificy useWorker
to false with the create
function.
However the library always attempt to create a worker because its default function uses a worker. Do you think it could be possible to not create this worker without braking the API ?
oshihirii
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested