badging icon indicating copy to clipboard operation
badging copied to clipboard

Set an application badge without platform object

Open annevk opened this issue 1 year ago • 1 comments

For https://github.com/w3c/push-api/issues/360 I need a way to set an application badge when there's no platform object involved. All the relevant permission checks should still apply. The only permission the origin making the request (which should be an argument) can be understood to have is the notification permission.

annevk avatar Aug 26 '24 12:08 annevk

Right, it should take a URL instead a platform object. The URL identifies the application... or a top-level traversable (tab or tabs), which the badge would be set to.

marcoscaceres avatar Nov 15 '24 08:11 marcoscaceres