Skip to content

ElectronWebContents.on('media-started-playing') method

ElectronWebContents › on(‘media-started-playing’)

Unofficial

Registers a listener for the media-started-playing event.

Signature:

on(event: "media-started-playing", listener: (...args: unknown[]) => void): this

Parameters:

ParameterTypeDescription
event"media-started-playing"The event name.
listener(...args: unknown[]) => voidCalled when the media-started-playing event is emitted.

Returns: thisThis web contents instance.