LocalMediaStream
interface represents a stream of media content fetched from a local data source. This is the interface returned by getUserMedia()
.NetworkInformation
interface and a single property to the Navigator
interface: Navigator.connection
.noscreen
read-only property of the Notification
interface specifies whether the notification firing should enable the device's screen or not, as specified in the noscreen
option of the Notification()
constructor.silent
read-only property of the Notification
interface specifies whether the notification should be silent, i.e. no sounds or vibrations should be issued, regardless of the device settings. This is specified in the renotify
option of the Notification()
constructor.sound
read-only property of the Notification
interface specifies the URL of an audio file to be played when the notification fires. This is specified in the sound
option of the Notification()
constructor.PromiseResolver
interface represents an object controlling the state and the result value of a Promise
.