This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hi.
I am trying to use websockets in a Thunderbird extension I am working on but I only get an empty error when I am trying to do it.
Here is an example of what I am trying to do:
In my background.js: ```js console.log("a");
let ws = new WebSocket("wss://echo.websocket.org");
console.log("b"); ```
But I only see get this result in the debugging console:
Webconsole context has changed
a background.js:1:9
Webconsole context has changed
: background.js:3
<anonyme> moz-extension://e908747f-c410-4427-8868-1336f813f1cd/background.js:3
I am testing on Thunderbird v68.6.0.
Subreddit
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Thunderbird...