You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to decode jpg using the jpg decoder, getting constructor.bind.apply(constructor,argsList) coming out as undefined at some point. First its Uint8ClampedArray, then undefined. This is in mozjpeg_dec.js
[Function: function Uint8ClampedArray() { [native code] }]
undefined
What would you need to debug this?
The text was updated successfully, but these errors were encountered:
A reproduction or an example of the worker script would be very useful 🙇 . We need some more data and context to debug.
I have made some updates recently. I wonder if you follow along with the Cloudflare Examples whether that will solve your issue. See Usage in Cloudflare Workers
Trying to decode jpg using the jpg decoder, getting
constructor.bind.apply(constructor,argsList)
coming out as undefined at some point. First its Uint8ClampedArray, then undefined. This is inmozjpeg_dec.js
What would you need to debug this?
The text was updated successfully, but these errors were encountered: