v152 · interactive demo

Display Mode Probe

Use display-mode media queries and the exact window-management permission surface.

code

const unframed = matchMedia('(display-mode: unframed)').matches;
const permission = await navigator.permissions.query({ name: 'window-management' });

see also