Replies: 1 comment
-
Hey @erkie, we are looking into this and will let you know as soon as we have an update. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since MV3 breaks the possibility to have sockets open for realtime notifications in our extension, Chrome added support for the
userVisibleOnly: false
option onregistration.pushManager.subscribe
. Apparently Edge does not support this.What is the recommended workaround for realtime push for Edge, and why is it different from Chrome?
Results in:
This code works in Chrome.
Beta Was this translation helpful? Give feedback.
All reactions