badging icon indicating copy to clipboard operation
badging copied to clipboard

A means to associate a badge with an installed application

Open marcoscaceres opened this issue 3 years ago • 1 comments

Installed applications have an "identity", but it's not currently exposed: https://github.com/whatwg/html/issues/8635

It would be nice if we could make use of that identify to link together the badge and the installed web application.

marcoscaceres avatar Dec 20 '22 03:12 marcoscaceres

it appears that the mechanism for supporting this is to conditionally expose it only when badging is possible.

However, in cases where the API is API and does nothing, it might be prudent to throw a NotSupportedError.

marcoscaceres avatar Mar 24 '23 06:03 marcoscaceres