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
Chrome and Firefox enforce these checks and WebKit is about to add this check at
I did some tests and checked the code of what Chrome and Firefox do... it seems that they don't consume the user activation.
Irrespective, I think it makes sense to consume the user active activation when calling subscribe().
marcoscaceres
changed the title
PushManager subscribe method probably needs a transient activation check
Does PushManager subscribe() need transient activation check?
Jun 1, 2022
https://w3c.github.io/push-api/#dom-pushmanager-subscribe does not mention whether a https://html.spec.whatwg.org/multipage/interaction.html#transient-activation check should be done.
AIUI, Chrome and Firefox enforce these checks and WebKit is about to add this check at https://bugs.webkit.org/attachment.cgi?id=455337&action=review.
Would it make sense to update the spec accordingly?
The text was updated successfully, but these errors were encountered: