We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e806ca commit 233161dCopy full SHA for 233161d
packages/messaging/index.ts
@@ -85,6 +85,7 @@ export function isSupported(): boolean {
85
*/
86
function isWindowControllerSupported(): boolean {
87
return (
88
+ navigator.cookieEnabled &&
89
'serviceWorker' in navigator &&
90
'PushManager' in window &&
91
'Notification' in window &&
0 commit comments