WICG / lock-screen

Lock screen API
Other
9 stars 1 forks source link

Update API interface IDL to reflect minor changes #5

Closed phoglenix closed 2 years ago

phoglenix commented 2 years ago

Key/Data aliases removed. getData can return undefined if key is not found, so change return type to union (DOMString or undefined)