Mauve Signweaver
Mauve Signweaver
Since Async Iterators are right on the [cusp of being implemented in v8](https://github.com/tc39/proposal-async-iteration/issues/63), I think it's safe to say that they will be part of the standard before this proposal...
Now that async-iterators are available pretty much everywhere, there shouldn't be much question about it.
Setting up a minimal extension with a background page seems to be working. Gonna experiment more until I can find where exactly it's breaking.
I tried it out, and although the beta version worked well enough for HTTP pages, it wasn't loading the extension inside custom protocol handlers which is the main reason for...
Here's where I'm loading the extensions BTW: https://github.com/RangerMauve/agregore-browser/blob/master/app/extensions/index.js
Would PRs for APIs be welcome? I'd be interested in contributing the Chrome Sockets API for UDP and TCP sockets.
@sentialx Where is the source code for the beta?
Oh, I see. It's just the latest `master` branch. 😁 Is there any chance the betas could be tagged on GH for safe installation?
This would also be nice to support devices like the [Pinephone](https://manjaro.org/laptops/pine64/pinephone/)
Hypothetically you should be able to use this action to build for arm by specifying the `--arm64` flag when you run the electron-builder command.