| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/ja/docs/Web/API/Window_Management_API | [Back] [Original] |
Get to know MDN better
const myWindow = window.open(
"https://example.com/",
"myWindow",
"left=50,top=50,width=400,height=300",
);
Window.screen Window.moveTo()
API API API
:
1
API
window-management Permissions-Policy API
Window.getScreenDetails() Promise NotAllowedError Window.screen.isExtended false allow <iframe>
<iframe src="3rd-party.example" allow="window-management"></iframe>
Screen change Screen.isExtended true false
Element.requestFullscreen(), screen Window.getScreenDetails() | Window Management |
| Web Proxy Viewer | New URL | Original Page |