You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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#5078The text was updated successfully, but these errors were encountered: