Paddle.js
Paddle.js copied to clipboard
add worker compatibility to loader in `paddlejs-core`
By removing window from the client-detected fetch, the paddlejs-core lib should now be compatible with worker contexts. Tested in a local context where I use a vendored version of this lib.