You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening a popup to any other origin → The popup should NOT be in borderless mode (security risk if the following pop-up app would be malicious).
Opening a popup to itself (same origin) → The popup opens in borderless mode, because the app has already got the permission to run in borderless mode.
Can I use window.open to open a borderless window? like
window.open ("","","displayState=borderless")
If not, can this feature work someday? My company strongly needs this feature.
The text was updated successfully, but these errors were encountered: