theANDYM
Issues with a Rust panic running workers and attempting to use `otel`
I'm having issues in an app that heavily relies on web workers; I am greeted by an almost instant issue:
Are there any known workarounds? I've been searching for a solution but haven't been able to locate one.
3 replies
Headers for WebSocket client
I need to connect Deno (as a client) to a WebSocket server that requires custom headers on connection. I can't seem to find any currently supported method to accomplish this since the
WebSocket
API only allows for the url
and protocols
parameters.
Is there any known best practice to accomplish this?2 replies