-
@ChromeDev I've had code to check for the Budget API ('budget' in navigator) since Chrome 60 but I can't remember a single instance where it returned true. According to this article, it should be available without enabling any flags or origin trials: developers.google.com/web/updates/2017/06/budget-api
-
So.. did this ever work? Was it removed? Did I miss some requirement in the article?
-
PS: I'm testing for
'budget' in navigator
in the Service Worker's push listener, of course. Inspecting the WorkerNavigator object, 'budget' seems to be missing.