rgadellaa’s avatarrgadellaa’s Twitter Archive—№ 6,874

  1. @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
    1. …in reply to @RGadellaa
      So.. did this ever work? Was it removed? Did I miss some requirement in the article?
      1. …in reply to @RGadellaa
        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.