Firefox Tomorrow

web api instance property

Notification: requireInteraction property

View on MDN ↗

Secure context Available in workers

The requireInteraction read-only property of the Notification interface returns a boolean value indicating that a notification should remain active until the user clicks or dismisses it, rather than closing automatically.

[!NOTE] This can be set when the notification is first created by setting the requireInteraction option to true in the options object of the Notification() constructor.

Value

A boolean value.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also