Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. window property
window
description

window top-level property

Window getwindow

Top-level container for a web page, which is usually a browser tab or window.

Each web page loaded in the browser has its ownWindow, which is acontainer for the web page.

If the web page has any<iframe> elements, then each<iframe> has its ownWindow object, which is accessible only to that<iframe>.

See also:

Implementation

Window get window => JS('Window', 'window');
  1. Dart
  2. dart:html
  3. window property
dart:html library

[8]ページ先頭

©2009-2025 Movatter.jp