TypeScript-DOM-lib-generator
TypeScript-DOM-lib-generator copied to clipboard
NotificationOptions is missing actions option
Hey,
I noticed that the NotificationOptions
definition doesn't include the actions option. This is the current definition: dom.generated.d.ts and serviceworker.generated.d.ts
Here is the relevant mdn link.
In addition, timestamp
and renotify
are also missing.
This might be an regression of #438, but I am not sure.