Typescript Library Declarations (DOM)
Interface PushSubscriptionOptions
Available only in secure contexts.
MDN Reference
interface
PushSubscriptionOptions
{
applicationServerKey
:
ArrayBuffer
;
userVisibleOnly
:
boolean
;
}
Index
Properties
application
Server
Key
user
Visible
Only
Properties
Readonly
application
Server
Key
application
Server
Key
:
ArrayBuffer
MDN Reference
Readonly
user
Visible
Only
user
Visible
Only
:
boolean
MDN Reference
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
application
Server
Key
user
Visible
Only
Typescript Library Declarations (DOM)
Available only in secure contexts.
MDN Reference