Peter Beverloo
Peter Beverloo
Entering one's security code to gain access to the device.
Many applications only use a single icon, usually their logo, as it's a quick indicator for the user that an event in context to that app has happened. From that...
In order to not duplicate the existing `icon` properties have you considered using a typedef instead? It's very unlikely that we'll be able to deprecate `icon` anytime soon. ``` typedef...
Operating system. `windows`, `mac`, `android` and so on. It won't be nice to specify, and we may want to shy away from having a normative list (MDN instead?), but it...
I'm not against punting, but the difference with `` is that our icons will be displayed in UI outside the browser's control. It does make sense to have that discussion...
@annevk FrozenArray is still blocked, but hopefully we'll be able to use it in Q2. Sequences are fine, but they'll be values and not references (i.e. equality comparison fails). Let's...
To be clear, I fully agree. We deliberately haven't yet shipped two getters (`actions` and `vibrate`) because of this.
We are definitely interested in developing such an API. I like to think of it as a Job Scheduler API— a generalization of background sync that can schedule jobs to...
> Do we need something more complex than https://www.w3.org/TR/task-scheduler/? That API very specifically focuses on the _time_ constraint. Similarly, background sync can be considered a first step towards the _connectivity_...
I definitely agree that this is a good extension. I'm in favor of richer notifications in general, e.g. buttons and lists.