Window interface
DOM ドキュメントを含むウィンドウ。ドキュメント プロパティは、そのウィンドウに読み込まれた DOM ドキュメントを指します。
- Extends
-
EventTarget,AnimationFrameProvider,GlobalEventHandlers,WindowEventHandlers,WindowLocalStorage,WindowOrWorkerGlobalScope,WindowSessionStorage
プロパティ
client |
|
closed | ウィンドウが閉じている場合は true、それ以外の場合は false を返します。 |
custom |
新しいカスタム要素を定義し、指定された名前を指定されたコンストラクターに自律カスタム要素としてマッピングします。 |
device |
|
document | |
event | |
external | |
frame |
|
frames | |
history | |
inner |
|
inner |
|
length | |
location | |
locationbar | 場所バーが表示されている場合は true を返します。それ以外の場合は false を返します。 |
menubar | メニュー バーが表示されている場合は true を返します。それ以外の場合は false を返します。 |
ms |
|
name | |
navigator | |
ondevicemotion | セキュリティで保護されたコンテキストでのみ使用できます。 |
ondeviceorientation | セキュリティで保護されたコンテキストでのみ使用できます。 |
onorientationchange | |
opener | |
orientation | |
outer |
|
outer |
|
page |
|
page |
|
parent | 親 WindowProxy、またはそれ自体を参照します。 親から既に削除されている iframe の contentWindow など、null になることはほとんどありません。 |
personalbar | 個人用バーが表示されている場合は true を返します。それ以外の場合は false を返します。 |
powerbi | |
power |
|
screen | |
screen |
|
screen |
|
screenX | |
screenY | |
scrollbars | スクロール バーが表示されている場合は true を返します。それ以外の場合は false を返します。 |
scrollX | |
scrollY | |
self | |
speech |
|
status | |
statusbar | ステータス バーが表示されている場合は true を返します。それ以外の場合は false を返します。 |
toolbar | ツール バーが表示されている場合は true を返します。それ以外の場合は false を返します。 |
top | |
visual |
|
window |
継承されたプロパティ
caches | セキュリティで保護されたコンテキストでのみ使用できます。 |
cross |
|
crypto | |
indexedDB | |
is |
|
local |
|
onabort | ユーザーがダウンロードを中止すると起動します。 |
onafterprint | |
onanimationcancel | |
onanimationend | |
onanimationiteration | |
onanimationstart | |
onauxclick | |
onbeforeinput | |
onbeforeprint | |
onbeforeunload | |
onblur | オブジェクトが入力フォーカスを失ったときに発生します。 |
oncancel | |
oncanplay | 再生が可能な場合に発生しますが、さらにバッファリングが必要になります。 |
oncanplaythrough | |
onchange | オブジェクトまたは選択範囲の内容が変更されたときに起動します。 |
onclick | ユーザーがオブジェクトのマウスの左ボタンをクリックすると発生します。 |
onclose | |
oncontextmenu | ユーザーがクライアント領域でマウスの右ボタンをクリックし、コンテキスト メニューを開くと発生します。 |
oncuechange | |
ondblclick | ユーザーがオブジェクトをダブルクリックすると起動します。 |
ondrag | ドラッグ操作中にソース オブジェクトに対して継続的に起動します。 |
ondragend | ユーザーがドラッグ操作の終了時にマウスを離すと、ソース オブジェクトに対して起動します。 |
ondragenter | ユーザーがオブジェクトを有効なドロップ ターゲットにドラッグすると、ターゲット要素に対して発生します。 |
ondragleave | ドラッグ操作中にユーザーが有効なドロップ ターゲットからマウスを移動すると、ターゲット オブジェクトに対して起動します。 |
ondragover | ユーザーが有効なドロップ ターゲットの上にオブジェクトをドラッグしている間、ターゲット要素に対して継続的に起動します。 |
ondragstart | ユーザーがテキスト選択または選択したオブジェクトのドラッグを開始すると、ソース オブジェクトに対して起動します。 |
ondrop | |
ondurationchange | duration 属性が更新されたときに発生します。 |
onemptied | メディア要素が初期状態にリセットされたときに発生します。 |
onended | 再生の終了に達したときに発生します。 |
onerror | オブジェクトの読み込み中にエラーが発生したときに発生します。 |
onfocus | オブジェクトがフォーカスを受け取ったときに起動します。 |
onformdata | |
ongamepadconnected | |
ongamepaddisconnected | |
ongotpointercapture | |
onhashchange | |
oninput | |
oninvalid | |
onkeydown | ユーザーがキーを押すと起動します。 |
onkeypress | ユーザーが英数字キーを押すと発生します。 |
onkeyup | ユーザーがキーを離したときに起動します。 |
onlanguagechange | |
onload | ブラウザーがオブジェクトを読み込んだ直後に起動します。 |
onloadeddata | メディア データが現在の再生位置に読み込まれるときに発生します。 |
onloadedmetadata | メディアの期間とディメンションが決定されたときに発生します。 |
onloadstart | Internet Explorer がメディア データの検索を開始したときに発生します。 |
onlostpointercapture | |
onmessage | |
onmessageerror | |
onmousedown | ユーザーがいずれかのマウス ボタンでオブジェクトをクリックすると発生します。 |
onmouseenter | |
onmouseleave | |
onmousemove | ユーザーがオブジェクトの上にマウスを移動すると発生します。 |
onmouseout | ユーザーがマウス ポインターをオブジェクトの境界の外に移動すると発生します。 |
onmouseover | ユーザーがマウス ポインターをオブジェクトに移動すると発生します。 |
onmouseup | マウスがオブジェクトの上にあるときに、ユーザーがマウス ボタンを離すと発生します。 |
onoffline | |
ononline | |
onpagehide | |
onpageshow | |
onpause | 再生が一時停止されたときに発生します。 |
onplay | プレイ メソッドが要求されたときに発生します。 |
onplaying | オーディオまたはビデオの再生が開始されたときに発生します。 |
onpointercancel | |
onpointerdown | |
onpointerenter | |
onpointerleave | |
onpointermove | |
onpointerout | |
onpointerover | |
onpointerup | |
onpopstate | |
onprogress | メディア データのダウンロード中に進行状況を示すために発生します。 |
onratechange | 再生速度が増減したときに発生します。 |
onrejectionhandled | |
onreset | ユーザーがフォームをリセットしたときに起動します。 |
onresize | |
onscroll | ユーザーがオブジェクトのスクロール バーのスクロール ボックスの位置を変更すると発生します。 |
onsecuritypolicyviolation | |
onseeked | シーク操作が終了したときに発生します。 |
onseeking | 現在の再生位置が移動したときに発生します。 |
onselect | 現在の選択範囲が変更されたときに起動します。 |
onselectionchange | |
onselectstart | |
onslotchange | |
onstalled | ダウンロードが停止したときに発生します。 |
onstorage | |
onsubmit | |
onsuspend | 読み込み操作が意図的に停止した場合に発生します。 |
ontimeupdate | 現在の再生位置を示すために発生します。 |
ontoggle | |
ontouchcancel | |
ontouchend | |
ontouchmove | |
ontouchstart | |
ontransitioncancel | |
ontransitionend | |
ontransitionrun | |
ontransitionstart | |
onunhandledrejection | |
onunload | |
onvolumechange | ボリュームが変更されたとき、または再生がミュートまたはミュート解除されたときに発生します。 |
onwaiting | ビデオ リソースの次のフレームが使用できないために再生が停止したときに発生します。 |
onwebkitanimationend | |
onwebkitanimationiteration | |
onwebkitanimationstart | |
onwebkittransitionend | |
onwheel | |
origin | |
performance | |
session |
メソッド
継承されたメソッド
atob(string) | |
btoa(string) | |
cancel |
|
clear |
|
clear |
|
create |
|
create |
|
dispatch |
合成イベントイベントをターゲットにディスパッチし、イベントのキャンセル可能な属性値が false または preventDefault() メソッドが呼び出されなかった場合は true を返し、それ以外の場合は false を返します。 |
fetch(URL | Request |
|
queue |
|
report |
|
request |
|
set |
|
set |
|
structured |
プロパティの詳細
clientInformation
警告
この API は非推奨になりました。
This is a legacy alias of navigator
.
clientInformation: Navigator
プロパティ値
Navigator
closed
ウィンドウが閉じている場合は true、それ以外の場合は false を返します。
closed: boolean
プロパティ値
boolean
customElements
新しいカスタム要素を定義し、指定された名前を指定されたコンストラクターに自律カスタム要素としてマッピングします。
customElements: CustomElementRegistry
プロパティ値
CustomElementRegistry
devicePixelRatio
devicePixelRatio: number
プロパティ値
number
document
document: Document
プロパティ値
Document
event
警告
この API は非推奨になりました。
event: undefined | Event
プロパティ値
undefined | Event
external
警告
この API は非推奨になりました。
external: External
プロパティ値
External
frameElement
frameElement: null | Element
プロパティ値
null | Element
frames
frames: Window
プロパティ値
Window
history
history: History
プロパティ値
History
innerHeight
innerHeight: number
プロパティ値
number
innerWidth
innerWidth: number
プロパティ値
number
length
length: number
プロパティ値
number
location
Location location
プロパティ値
Location
locationbar
場所バーが表示されている場合は true を返します。それ以外の場合は false を返します。
locationbar: BarProp
プロパティ値
BarProp
menubar
メニュー バーが表示されている場合は true を返します。それ以外の場合は false を返します。
menubar: BarProp
プロパティ値
BarProp
msCrypto
msCrypto: Crypto
プロパティ値
Crypto
name
name: string
プロパティ値
string
navigator
navigator: Navigator
プロパティ値
Navigator
ondevicemotion
セキュリティで保護されたコンテキストでのみ使用できます。
ondevicemotion: null | (this: Window, ev: DeviceMotionEvent) => any
プロパティ値
null | (this: Window, ev: DeviceMotionEvent) => any
ondeviceorientation
セキュリティで保護されたコンテキストでのみ使用できます。
ondeviceorientation: null | (this: Window, ev: DeviceOrientationEvent) => any
プロパティ値
null | (this: Window, ev: DeviceOrientationEvent) => any
onorientationchange
警告
この API は非推奨になりました。
onorientationchange: null | (this: Window, ev: Event) => any
プロパティ値
null | (this: Window, ev: Event) => any
opener
opener: any
プロパティ値
any
orientation
警告
この API は非推奨になりました。
orientation: number
プロパティ値
number
outerHeight
outerHeight: number
プロパティ値
number
outerWidth
outerWidth: number
プロパティ値
number
pageXOffset
警告
この API は非推奨になりました。
This is a legacy alias of scrollX
.
pageXOffset: number
プロパティ値
number
pageYOffset
警告
この API は非推奨になりました。
This is a legacy alias of scrollY
.
pageYOffset: number
プロパティ値
number
parent
親 WindowProxy、またはそれ自体を参照します。
親から既に削除されている iframe の contentWindow など、null になることはほとんどありません。
parent: Window
プロパティ値
Window
personalbar
個人用バーが表示されている場合は true を返します。それ以外の場合は false を返します。
personalbar: BarProp
プロパティ値
BarProp
powerbi
powerBISDKGlobalServiceInstanceName
powerBISDKGlobalServiceInstanceName?: string
プロパティ値
string
screen
screen: Screen
プロパティ値
Screen
screenLeft
screenLeft: number
プロパティ値
number
screenTop
screenTop: number
プロパティ値
number
screenX
screenX: number
プロパティ値
number
screenY
screenY: number
プロパティ値
number
scrollbars
スクロール バーが表示されている場合は true を返します。それ以外の場合は false を返します。
scrollbars: BarProp
プロパティ値
BarProp
scrollX
scrollX: number
プロパティ値
number
scrollY
scrollY: number
プロパティ値
number
self
self: Window & typeof globalThis
プロパティ値
Window & typeof globalThis
speechSynthesis
speechSynthesis: SpeechSynthesis
プロパティ値
SpeechSynthesis
status
警告
この API は非推奨になりました。
status: string
プロパティ値
string
statusbar
ステータス バーが表示されている場合は true を返します。それ以外の場合は false を返します。
statusbar: BarProp
プロパティ値
BarProp
toolbar
ツール バーが表示されている場合は true を返します。それ以外の場合は false を返します。
toolbar: BarProp
プロパティ値
BarProp
top
top: null | Window
プロパティ値
null | Window
visualViewport
visualViewport: null | VisualViewport
プロパティ値
null | VisualViewport
window
window: Window & typeof globalThis
プロパティ値
Window & typeof globalThis
継承されたプロパティの詳細
caches
セキュリティで保護されたコンテキストでのみ使用できます。
caches: CacheStorage
プロパティ値
CacheStorage
WindowOrWorkerGlobalScope.caches から継承された
crossOriginIsolated
crossOriginIsolated: boolean
プロパティ値
boolean
WindowOrWorkerGlobalScope.crossOriginIsolated から継承された
crypto
crypto: Crypto
プロパティ値
Crypto
WindowOrWorkerGlobalScope.crypto から継承された
indexedDB
indexedDB: IDBFactory
プロパティ値
IDBFactory
WindowOrWorkerGlobalScope.indexedDB から継承されます
isSecureContext
isSecureContext: boolean
プロパティ値
boolean
WindowOrWorkerGlobalScope.isSecureContext から継承された
localStorage
localStorage: Storage
プロパティ値
Storage
windowLocalStorage.localStorage から継承
onabort
ユーザーがダウンロードを中止すると起動します。
onabort: null | (this: GlobalEventHandlers, ev: UIEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: UIEvent) => any
GlobalEventHandlers.onabort から継承された
onafterprint
onafterprint: null | (this: WindowEventHandlers, ev: Event) => any
プロパティ値
null | (this: WindowEventHandlers, ev: Event) => any
WindowEventHandlers.onafterprint から継承された
onanimationcancel
onanimationcancel: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
Inherited From GlobalEventHandlers.onanimationcancel
onanimationend
onanimationend: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
GlobalEventHandlers.onanimationend から継承された
onanimationiteration
onanimationiteration: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
GlobalEventHandlers.onanimationiteration から継承された
onanimationstart
onanimationstart: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
GlobalEventHandlers.onanimationstart から継承された
onauxclick
onauxclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
GlobalEventHandlers.onauxclick から継承された
onbeforeinput
onbeforeinput: null | (this: GlobalEventHandlers, ev: InputEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: InputEvent) => any
GlobalEventHandlers.onbeforeinput から継承された
onbeforeprint
onbeforeprint: null | (this: WindowEventHandlers, ev: Event) => any
プロパティ値
null | (this: WindowEventHandlers, ev: Event) => any
WindowEventHandlers.onbeforeprint から継承された
onbeforeunload
onbeforeunload: null | (this: WindowEventHandlers, ev: BeforeUnloadEvent) => any
プロパティ値
null | (this: WindowEventHandlers, ev: BeforeUnloadEvent) => any
WindowEventHandlers.onbeforeunload から継承された
onblur
オブジェクトが入力フォーカスを失ったときに発生します。
onblur: null | (this: GlobalEventHandlers, ev: FocusEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: FocusEvent) => any
GlobalEventHandlers.onblur から継承された
oncancel
oncancel: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.oncancel から継承された
oncanplay
再生が可能な場合に発生しますが、さらにバッファリングが必要になります。
oncanplay: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.oncanplay から継承された
oncanplaythrough
oncanplaythrough: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.oncanplaythrough から継承された
onchange
オブジェクトまたは選択範囲の内容が変更されたときに起動します。
onchange: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onchange から継承された
onclick
ユーザーがオブジェクトのマウスの左ボタンをクリックすると発生します。
onclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
GlobalEventHandlers.onclick から継承された
onclose
onclose: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onclose から継承された
oncontextmenu
ユーザーがクライアント領域でマウスの右ボタンをクリックし、コンテキスト メニューを開くと発生します。
oncontextmenu: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
GlobalEventHandlers.oncontextmenu から継承された
oncuechange
oncuechange: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.oncuechange から継承された
ondblclick
ユーザーがオブジェクトをダブルクリックすると起動します。
ondblclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
GlobalEventHandlers.ondblclick から継承された
ondrag
ドラッグ操作中にソース オブジェクトに対して継続的に起動します。
ondrag: null | (this: GlobalEventHandlers, ev: DragEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: DragEvent) => any
GlobalEventHandlers.ondrag から継承された
ondragend
ユーザーがドラッグ操作の終了時にマウスを離すと、ソース オブジェクトに対して起動します。
ondragend: null | (this: GlobalEventHandlers, ev: DragEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: DragEvent) => any
GlobalEventHandlers.ondragend から継承された
ondragenter
ユーザーがオブジェクトを有効なドロップ ターゲットにドラッグすると、ターゲット要素に対して発生します。
ondragenter: null | (this: GlobalEventHandlers, ev: DragEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: DragEvent) => any
GlobalEventHandlers.ondragenter から継承された
ondragleave
ドラッグ操作中にユーザーが有効なドロップ ターゲットからマウスを移動すると、ターゲット オブジェクトに対して起動します。
ondragleave: null | (this: GlobalEventHandlers, ev: DragEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: DragEvent) => any
GlobalEventHandlers.ondragleave から継承された
ondragover
ユーザーが有効なドロップ ターゲットの上にオブジェクトをドラッグしている間、ターゲット要素に対して継続的に起動します。
ondragover: null | (this: GlobalEventHandlers, ev: DragEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: DragEvent) => any
globalEventHandlers.ondragover から継承
ondragstart
ユーザーがテキスト選択または選択したオブジェクトのドラッグを開始すると、ソース オブジェクトに対して起動します。
ondragstart: null | (this: GlobalEventHandlers, ev: DragEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: DragEvent) => any
globalEventHandlers.ondragstart から継承
ondrop
ondrop: null | (this: GlobalEventHandlers, ev: DragEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: DragEvent) => any
globalEventHandlers.ondrop から継承
ondurationchange
duration 属性が更新されたときに発生します。
ondurationchange: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.ondurationchange から継承された
onemptied
メディア要素が初期状態にリセットされたときに発生します。
onemptied: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onemptied から継承された
onended
再生の終了に達したときに発生します。
onended: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onended から継承された
onerror
オブジェクトの読み込み中にエラーが発生したときに発生します。
onerror: OnErrorEventHandler
プロパティ値
OnErrorEventHandler
GlobalEventHandlers.onerror から継承された
onfocus
オブジェクトがフォーカスを受け取ったときに起動します。
onfocus: null | (this: GlobalEventHandlers, ev: FocusEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: FocusEvent) => any
GlobalEventHandlers.onfocus から継承された
onformdata
onformdata: null | (this: GlobalEventHandlers, ev: FormDataEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: FormDataEvent) => any
GlobalEventHandlers.onformdata から継承された
ongamepadconnected
ongamepadconnected: null | (this: WindowEventHandlers, ev: GamepadEvent) => any
プロパティ値
null | (this: WindowEventHandlers, ev: GamepadEvent) => any
WindowEventHandlers.ongamepadconnected から継承されます
ongamepaddisconnected
ongamepaddisconnected: null | (this: WindowEventHandlers, ev: GamepadEvent) => any
プロパティ値
null | (this: WindowEventHandlers, ev: GamepadEvent) => any
WindowEventHandlers.ongamepaddisconnected から継承された
ongotpointercapture
ongotpointercapture: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
Inherited From GlobalEventHandlers.ongotpointercapture
onhashchange
onhashchange: null | (this: WindowEventHandlers, ev: HashChangeEvent) => any
プロパティ値
null | (this: WindowEventHandlers, ev: HashChangeEvent) => any
WindowEventHandlers.onhashchange から継承された
oninput
oninput: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.oninput から継承された
oninvalid
oninvalid: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.oninvalid から継承された
onkeydown
ユーザーがキーを押すと起動します。
onkeydown: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any
GlobalEventHandlers.onkeydown から継承された
onkeypress
警告
この API は非推奨になりました。
ユーザーが英数字キーを押すと発生します。
onkeypress: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any
GlobalEventHandlers.onkeypress から継承された
onkeyup
ユーザーがキーを離したときに起動します。
onkeyup: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any
GlobalEventHandlers.onkeyup から継承された
onlanguagechange
onlanguagechange: null | (this: WindowEventHandlers, ev: Event) => any
プロパティ値
null | (this: WindowEventHandlers, ev: Event) => any
WindowEventHandlers.onlanguagechange から継承された
onload
ブラウザーがオブジェクトを読み込んだ直後に起動します。
onload: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onload から継承された
onloadeddata
メディア データが現在の再生位置に読み込まれるときに発生します。
onloadeddata: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onloadeddata から継承された
onloadedmetadata
メディアの期間とディメンションが決定されたときに発生します。
onloadedmetadata: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onloadedmetadata から継承された
onloadstart
Internet Explorer がメディア データの検索を開始したときに発生します。
onloadstart: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onloadstart から継承された
onlostpointercapture
onlostpointercapture: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
Inherited From GlobalEventHandlers.onlostpointercapture
onmessage
onmessage: null | (this: WindowEventHandlers, ev: MessageEvent<any>) => any
プロパティ値
null | (this: WindowEventHandlers, ev: MessageEvent<any>) => any
WindowEventHandlers.onmessage から継承された
onmessageerror
onmessageerror: null | (this: WindowEventHandlers, ev: MessageEvent<any>) => any
プロパティ値
null | (this: WindowEventHandlers, ev: MessageEvent<any>) => any
WindowEventHandlers.onmessageerror から継承された
onmousedown
ユーザーがいずれかのマウス ボタンでオブジェクトをクリックすると発生します。
onmousedown: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
GlobalEventHandlers.onmousedown から継承された
onmouseenter
onmouseenter: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
GlobalEventHandlers.onmouseenter から継承された
onmouseleave
onmouseleave: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
GlobalEventHandlers.onmouseleave から継承された
onmousemove
ユーザーがオブジェクトの上にマウスを移動すると発生します。
onmousemove: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
GlobalEventHandlers.onmousemove から継承された
onmouseout
ユーザーがマウス ポインターをオブジェクトの境界の外に移動すると発生します。
onmouseout: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
GlobalEventHandlers.onmouseout から継承された
onmouseover
ユーザーがマウス ポインターをオブジェクトに移動すると発生します。
onmouseover: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
GlobalEventHandlers.onmouseover から継承された
onmouseup
マウスがオブジェクトの上にあるときに、ユーザーがマウス ボタンを離すと発生します。
onmouseup: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
GlobalEventHandlers.onmouseup から継承された
onoffline
onoffline: null | (this: WindowEventHandlers, ev: Event) => any
プロパティ値
null | (this: WindowEventHandlers, ev: Event) => any
WindowEventHandlers.onoffline から継承された
ononline
ononline: null | (this: WindowEventHandlers, ev: Event) => any
プロパティ値
null | (this: WindowEventHandlers, ev: Event) => any
WindowEventHandlers.ononline から継承された
onpagehide
onpagehide: null | (this: WindowEventHandlers, ev: PageTransitionEvent) => any
プロパティ値
null | (this: WindowEventHandlers, ev: PageTransitionEvent) => any
WindowEventHandlers.onpagehide から継承された
onpageshow
onpageshow: null | (this: WindowEventHandlers, ev: PageTransitionEvent) => any
プロパティ値
null | (this: WindowEventHandlers, ev: PageTransitionEvent) => any
WindowEventHandlers.onpageshow から継承された
onpause
再生が一時停止されたときに発生します。
onpause: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onpause から継承された
onplay
プレイ メソッドが要求されたときに発生します。
onplay: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onplay から継承された
onplaying
オーディオまたはビデオの再生が開始されたときに発生します。
onplaying: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onplaying から継承された
onpointercancel
onpointercancel: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
GlobalEventHandlers.onpointercancel から継承された
onpointerdown
onpointerdown: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
globalEventHandlers.onpointerdown から継承
onpointerenter
onpointerenter: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
GlobalEventHandlers.onpointerenter から継承された
onpointerleave
onpointerleave: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
GlobalEventHandlers.onpointerleave から継承された
onpointermove
onpointermove: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
GlobalEventHandlers.onpointermove から継承
onpointerout
onpointerout: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
GlobalEventHandlers.onpointerout から継承された
onpointerover
onpointerover: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
globalEventHandlers.onpointerover から継承
onpointerup
onpointerup: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
GlobalEventHandlers.onpointerup から継承された
onpopstate
onpopstate: null | (this: WindowEventHandlers, ev: PopStateEvent) => any
プロパティ値
null | (this: WindowEventHandlers, ev: PopStateEvent) => any
WindowEventHandlers.onpopstate から継承された
onprogress
メディア データのダウンロード中に進行状況を示すために発生します。
onprogress: null | (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any
GlobalEventHandlers.onprogress から継承された
onratechange
再生速度が増減したときに発生します。
onratechange: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onratechange から継承された
onrejectionhandled
onrejectionhandled: null | (this: WindowEventHandlers, ev: PromiseRejectionEvent) => any
プロパティ値
null | (this: WindowEventHandlers, ev: PromiseRejectionEvent) => any
WindowEventHandlers.onrejectionhandled から継承された
onreset
ユーザーがフォームをリセットしたときに起動します。
onreset: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onreset から継承された
onresize
onresize: null | (this: GlobalEventHandlers, ev: UIEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: UIEvent) => any
GlobalEventHandlers.onresize から継承された
onscroll
ユーザーがオブジェクトのスクロール バーのスクロール ボックスの位置を変更すると発生します。
onscroll: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onscroll から継承された
onsecuritypolicyviolation
onsecuritypolicyviolation: null | (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any
GlobalEventHandlers.onsecuritypolicyviolation から継承された
onseeked
シーク操作が終了したときに発生します。
onseeked: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onseeked から継承された
onseeking
現在の再生位置が移動したときに発生します。
onseeking: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onseeking から継承された
onselect
現在の選択範囲が変更されたときに起動します。
onselect: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onselect から継承された
onselectionchange
onselectionchange: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onselectionchange から継承された
onselectstart
onselectstart: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
globalEventHandlers.onselectstart から継承
onslotchange
onslotchange: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
から継承 GlobalEventHandlers.onslotchange
onstalled
ダウンロードが停止したときに発生します。
onstalled: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onstalled から継承された
onstorage
onstorage: null | (this: WindowEventHandlers, ev: StorageEvent) => any
プロパティ値
null | (this: WindowEventHandlers, ev: StorageEvent) => any
WindowEventHandlers.onstorage から継承された
onsubmit
onsubmit: null | (this: GlobalEventHandlers, ev: SubmitEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: SubmitEvent) => any
globalEventHandlers.onsubmit から継承
onsuspend
読み込み操作が意図的に停止した場合に発生します。
onsuspend: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
Inherited From GlobalEventHandlers.onsuspend
ontimeupdate
現在の再生位置を示すために発生します。
ontimeupdate: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.ontimeupdate から継承された
ontoggle
ontoggle: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.toggle から継承された
ontouchcancel
ontouchcancel?: null | (this: GlobalEventHandlers, ev: TouchEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: TouchEvent) => any
GlobalEventHandlers.ontouchcancel から継承された
ontouchend
ontouchend?: null | (this: GlobalEventHandlers, ev: TouchEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: TouchEvent) => any
GlobalEventHandlers.ontouchend から継承された
ontouchmove
ontouchmove?: null | (this: GlobalEventHandlers, ev: TouchEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: TouchEvent) => any
globalEventHandlers.ontouchmove から継承
ontouchstart
ontouchstart?: null | (this: GlobalEventHandlers, ev: TouchEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: TouchEvent) => any
GlobalEventHandlers.ontouchstart から継承された
ontransitioncancel
ontransitioncancel: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
GlobalEventHandlers.ontransitioncancel から継承された
ontransitionend
ontransitionend: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
globalEventHandlers.ontransitionend から継承
ontransitionrun
ontransitionrun: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
GlobalEventHandlers.ontransitionrun から継承された
ontransitionstart
ontransitionstart: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
globalEventHandlers.ontransitionstart から継承
onunhandledrejection
onunhandledrejection: null | (this: WindowEventHandlers, ev: PromiseRejectionEvent) => any
プロパティ値
null | (this: WindowEventHandlers, ev: PromiseRejectionEvent) => any
WindowEventHandlers.onunhandledrejection から継承された
onunload
onunload: null | (this: WindowEventHandlers, ev: Event) => any
プロパティ値
null | (this: WindowEventHandlers, ev: Event) => any
WindowEventHandlers.onunload から継承された
onvolumechange
ボリュームが変更されたとき、または再生がミュートまたはミュート解除されたときに発生します。
onvolumechange: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onvolumechange から継承された
onwaiting
ビデオ リソースの次のフレームが使用できないために再生が停止したときに発生します。
onwaiting: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onwaiting から継承された
onwebkitanimationend
警告
この API は非推奨になりました。
This is a legacy alias of onanimationend
.
onwebkitanimationend: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
Inherited From GlobalEventHandlers.onwebkitanimationend
onwebkitanimationiteration
警告
この API は非推奨になりました。
This is a legacy alias of onanimationiteration
.
onwebkitanimationiteration: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onwebkitanimationiteration から継承された
onwebkitanimationstart
警告
この API は非推奨になりました。
This is a legacy alias of onanimationstart
.
onwebkitanimationstart: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onwebkitanimationstart から継承された
onwebkittransitionend
警告
この API は非推奨になりました。
This is a legacy alias of ontransitionend
.
onwebkittransitionend: null | (this: GlobalEventHandlers, ev: Event) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: Event) => any
GlobalEventHandlers.onwebkittransitionend から継承された
onwheel
onwheel: null | (this: GlobalEventHandlers, ev: WheelEvent) => any
プロパティ値
null | (this: GlobalEventHandlers, ev: WheelEvent) => any
GlobalEventHandlers.onwheel から継承された
origin
origin: string
プロパティ値
string
WindowOrWorkerGlobalScope.origin から継承された
performance
performance: Performance
プロパティ値
Performance
WindowOrWorkerGlobalScope.performance から継承された
sessionStorage
sessionStorage: Storage
プロパティ値
Storage
WindowSessionStorage.sessionStorage から継承された
メソッドの詳細
addEventListener(string, EventListenerOrEventListenerObject, boolean | AddEventListenerOptions)
function addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions)
パラメーター
- type
-
string
- listener
-
EventListenerOrEventListenerObject
- options
-
boolean | AddEventListenerOptions
addEventListener<K>(K, (this: Window, ev: WindowEventMap[K]) => any, boolean | AddEventListenerOptions)
function addEventListener<K>(type: K, listener: (this: Window, ev: WindowEventMap[K]) => any, options?: boolean | AddEventListenerOptions)
パラメーター
- type
-
K
- listener
-
(this: Window, ev: WindowEventMap[K]) => any
- options
-
boolean | AddEventListenerOptions
alert(any)
function alert(message?: any)
パラメーター
- message
-
any
blur()
function blur()
cancelIdleCallback(number)
function cancelIdleCallback(handle: number)
パラメーター
- handle
-
number
captureEvents()
警告
この API は非推奨になりました。
function captureEvents()
close()
ウィンドウを閉じます。
function close()
confirm(string)
function confirm(message?: string): boolean
パラメーター
- message
-
string
戻り値
boolean
focus()
ウィンドウの閲覧コンテキスト (存在する場合) にフォーカスを移動します。
function focus()
getComputedStyle(Element, null | string)
function getComputedStyle(elt: Element, pseudoElt?: null | string): CSSStyleDeclaration
パラメーター
- elt
-
Element
- pseudoElt
-
null | string
戻り値
CSSStyleDeclaration
getSelection()
function getSelection(): null | Selection
戻り値
null | Selection
matchMedia(string)
function matchMedia(query: string): MediaQueryList
パラメーター
- query
-
string
戻り値
MediaQueryList
moveBy(number, number)
function moveBy(x: number, y: number)
パラメーター
- x
-
number
- y
-
number
moveTo(number, number)
function moveTo(x: number, y: number)
パラメーター
- x
-
number
- y
-
number
open(string | URL, string, string)
function open(url?: string | URL, target?: string, features?: string): null | Window
パラメーター
- url
-
string | URL
- target
-
string
- features
-
string
戻り値
null | Window
postMessage(any, string, Transferable[])
特定のウィンドウにメッセージを投稿します。 メッセージは、入れ子になったオブジェクトや配列などの構造化オブジェクトにすることができ、JavaScript 値 (文字列、数値、Date オブジェクトなど) を含めることができます。また、File Blob、FileList、ArrayBuffer オブジェクトなどの特定のデータ オブジェクトを含めることができます。
オプションの転送メンバーにリストされているオブジェクトは、複製だけでなく転送されます。つまり、送信側では使用できなくなります。
ターゲットの配信元は、オプションの targetOrigin メンバーを使用して指定できます。 指定しない場合、既定値は "/" になります。 この既定では、メッセージは同じ配信元のターゲットのみに制限されます。
ターゲット ウィンドウの配信元が指定されたターゲットの配信元と一致しない場合、メッセージは破棄され、情報漏えいを防ぎます。 配信元に関係なくメッセージをターゲットに送信するには、ターゲットの配信元を "*" に設定します。
転送配列に重複するオブジェクトが含まれている場合、またはメッセージを複製できなかった場合は、"DataCloneError" DOMException をスローします。
function postMessage(message: any, targetOrigin: string, transfer?: Transferable[])
パラメーター
- message
-
any
- targetOrigin
-
string
- transfer
-
Transferable[]
postMessage(any, WindowPostMessageOptions)
function postMessage(message: any, options?: WindowPostMessageOptions)
パラメーター
- message
-
any
- options
-
WindowPostMessageOptions
print()
function print()
prompt(string, string)
function prompt(message?: string, _default?: string): null | string
パラメーター
- message
-
string
- _default
-
string
戻り値
null | string
releaseEvents()
警告
この API は非推奨になりました。
function releaseEvents()
removeEventListener(string, EventListenerOrEventListenerObject, boolean | EventListenerOptions)
function removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions)
パラメーター
- type
-
string
- listener
-
EventListenerOrEventListenerObject
- options
-
boolean | EventListenerOptions
removeEventListener<K>(K, (this: Window, ev: WindowEventMap[K]) => any, boolean | EventListenerOptions)
function removeEventListener<K>(type: K, listener: (this: Window, ev: WindowEventMap[K]) => any, options?: boolean | EventListenerOptions)
パラメーター
- type
-
K
- listener
-
(this: Window, ev: WindowEventMap[K]) => any
- options
-
boolean | EventListenerOptions
requestIdleCallback(IdleRequestCallback, IdleRequestOptions)
function requestIdleCallback(callback: IdleRequestCallback, options?: IdleRequestOptions): number
パラメーター
- callback
-
IdleRequestCallback
- options
-
IdleRequestOptions
戻り値
number
resizeBy(number, number)
function resizeBy(x: number, y: number)
パラメーター
- x
-
number
- y
-
number
resizeTo(number, number)
function resizeTo(width: number, height: number)
パラメーター
- width
-
number
- height
-
number
scroll(number, number)
function scroll(x: number, y: number)
パラメーター
- x
-
number
- y
-
number
scroll(ScrollToOptions)
function scroll(options?: ScrollToOptions)
パラメーター
- options
-
ScrollToOptions
scrollBy(number, number)
function scrollBy(x: number, y: number)
パラメーター
- x
-
number
- y
-
number
scrollBy(ScrollToOptions)
function scrollBy(options?: ScrollToOptions)
パラメーター
- options
-
ScrollToOptions
scrollTo(number, number)
function scrollTo(x: number, y: number)
パラメーター
- x
-
number
- y
-
number
scrollTo(ScrollToOptions)
function scrollTo(options?: ScrollToOptions)
パラメーター
- options
-
ScrollToOptions
stop()
ドキュメントの読み込みを取り消します。
function stop()
継承済みメソッドの詳細
atob(string)
function atob(data: string): string
パラメーター
- data
-
string
戻り値
string
WindowOrWorkerGlobalScope.atob から継承された
btoa(string)
function btoa(data: string): string
パラメーター
- data
-
string
戻り値
string
WindowOrWorkerGlobalScope.btoa から継承された
cancelAnimationFrame(number)
function cancelAnimationFrame(handle: number)
パラメーター
- handle
-
number
AnimationFrameProvider.cancelAnimationFrame から継承された
clearInterval(undefined | number)
function clearInterval(id: undefined | number)
パラメーター
- id
-
undefined | number
WindowOrWorkerGlobalScope.clearInterval から継承された
clearTimeout(undefined | number)
function clearTimeout(id: undefined | number)
パラメーター
- id
-
undefined | number
WindowOrWorkerGlobalScope.clearTimeout から継承された
createImageBitmap(ImageBitmapSource, ImageBitmapOptions)
function createImageBitmap(image: ImageBitmapSource, options?: ImageBitmapOptions): Promise<ImageBitmap>
パラメーター
- image
-
ImageBitmapSource
- options
-
ImageBitmapOptions
戻り値
Promise<ImageBitmap>
WindowOrWorkerGlobalScope.createImageBitmap から継承された
createImageBitmap(ImageBitmapSource, number, number, number, number, ImageBitmapOptions)
function createImageBitmap(image: ImageBitmapSource, sx: number, sy: number, sw: number, sh: number, options?: ImageBitmapOptions): Promise<ImageBitmap>
パラメーター
- image
-
ImageBitmapSource
- sx
-
number
- sy
-
number
- sw
-
number
- sh
-
number
- options
-
ImageBitmapOptions
戻り値
Promise<ImageBitmap>
WindowOrWorkerGlobalScope.createImageBitmap から継承された
dispatchEvent(Event)
合成イベントイベントをターゲットにディスパッチし、イベントのキャンセル可能な属性値が false または preventDefault() メソッドが呼び出されなかった場合は true を返し、それ以外の場合は false を返します。
function dispatchEvent(event: Event): boolean
パラメーター
- event
-
Event
戻り値
boolean
EventTarget.dispatchEvent から継承された
fetch(URL | RequestInfo, RequestInit)
function fetch(input: URL | RequestInfo, init?: RequestInit): Promise<Response>
パラメーター
- input
-
URL | RequestInfo
- init
-
RequestInit
戻り値
Promise<Response>
WindowOrWorkerGlobalScope.fetch から継承された
queueMicrotask(VoidFunction)
function queueMicrotask(callback: VoidFunction)
パラメーター
- callback
-
VoidFunction
WindowOrWorkerGlobalScope.queueMicrotask から継承された
reportError(any)
function reportError(e: any)
パラメーター
- e
-
any
WindowOrWorkerGlobalScope.reportError から継承された
requestAnimationFrame(FrameRequestCallback)
function requestAnimationFrame(callback: FrameRequestCallback): number
パラメーター
- callback
-
FrameRequestCallback
戻り値
number
AnimationFrameProvider.requestAnimationFrame から継承された
setInterval(TimerHandler, number, any[])
function setInterval(handler: TimerHandler, timeout?: number, arguments: any[]): number
パラメーター
- handler
-
TimerHandler
- timeout
-
number
- arguments
-
any[]
戻り値
number
WindowOrWorkerGlobalScope.setInterval から継承された
setTimeout(TimerHandler, number, any[])
function setTimeout(handler: TimerHandler, timeout?: number, arguments: any[]): number
パラメーター
- handler
-
TimerHandler
- timeout
-
number
- arguments
-
any[]
戻り値
number
WindowOrWorkerGlobalScope.setTimeout から継承された
structuredClone(any, StructuredSerializeOptions)
function structuredClone(value: any, options?: StructuredSerializeOptions): any
パラメーター
- value
-
any
- options
-
StructuredSerializeOptions
戻り値
any
WindowOrWorkerGlobalScope.structuredClone から継承された