[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/API/Window_Management_API [Back]  [Original]

API - Web API | MDN

MDN Web Docs

View in English Always switch to English

API

Want more browser support for this feature? Tell us why.

Experimental:

API

50 400300

js
const myWindow = window.open(
  "https://example.com/",
  "myWindow",
  "left=50,top=50,width=400,height=300",
);

Window.screen

Window.screen Window.moveTo()

API API API

API

: 1

API

window-management Permissions-Policy API

allow <iframe>

html
<iframe src="3rd-party.example" allow="window-management"></iframe>

ScreenDetails

ScreenDetailed

1

Screen change

Screen.isExtended

true false

Element.requestFullscreen(), screen

Window.getScreenDetails()

ScreenDetails Promise

  • ()
  • ()
  • ()

Window Management


Web Proxy Viewer  |  New URL  |  Original Page