caniuse icon indicating copy to clipboard operation
caniuse copied to clipboard

Incorrect support data for Badging API

Open amatyulkov opened this issue 2 years ago • 0 comments

Current support data tells that Badging API is fully supported in Chrome, Edge, Opera (WebKit essentially), but the support for this API is only partial.

  • https://caniuse.com/mdn-api_notification_badge -- Caniuse
  • https://developer.mozilla.org/en-US/docs/Web/API/Badging_API#browser_compatibility -- MDN

The support really is partial: I can call navigator.setAppBadge, but navigator.setClientBadge is not defined.

amatyulkov avatar Jul 17 '22 07:07 amatyulkov