Audrow
Error in npm package - how to squelch?
I'm using an npm package that I think isn't being processed for Deno correctly.
I get this error:
I can
deno run
it and it works fine. But is there a way to remove the error from my editor?
Here's a minimal code example. I'm using Deno 1.41.3.
2 replies
Websocket client with headers
I'm trying to create a websocket client that has an authorization header. It seems that a lot of the functionality of websockets has been moved out of the standard library, and I don't see much in the core. Any advice on how to proceed?
For reference, I'm trying to do the following in Deno, rather than by using websocat:
https://trading-api.readme.io/reference/introduction#connecting
37 replies