Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SharedArrayBuffer is not supported on Electron #40

Open
monrax opened this issue Feb 21, 2024 · 0 comments
Open

SharedArrayBuffer is not supported on Electron #40

monrax opened this issue Feb 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@monrax
Copy link
Member

monrax commented Feb 21, 2024

SharedArrayBuffer has not been supported for a while in all major browsers (unless the resource is cross-isolated).

Normally this is not an issue for back-end services and the corresponding middleware. However, for browser-based apps that use node as runtime environment -such as chromium-based electron- the SharedArrayBuffer variable is no longer available. This results in an error when trying to initialize a logger instance. As an example, see Kong/insomnia#5078

@monrax monrax self-assigned this Feb 21, 2024
@monrax monrax added the bug Something isn't working label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant