PictureInPictureEvent: PictureInPictureEvent() コンストラクター
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
PictureInPictureEvent()
コンストラクターは、新しい PictureInPictureEvent
オブジェクトをオプションの EventTarget
と共に作成して返します。
イベントに入力と出力の両方がある場合、relatedTarget
値には他にも対象とするものを設定する必要があります。
構文
js
new PictureInPictureEvent(type, options)
引数
type
-
イベント名を表す文字列。
options
-
オブジェクトで、
Event()
で定義されているプロパティに加え、以下のプロパティを持つことができるオブジェクトです。-
関連する
EventTarget
、またはnull
(既定値)です。
-
返値
新しい PictureInPictureEvent
オブジェクトです。
仕様書
Specification |
---|
Picture-in-Picture # dom-pictureinpictureevent-pictureinpictureevent |
ブラウザーの互換性
BCD tables only load in the browser
関連情報
- 所属先の
PictureInPictureEvent
インターフェイス