requestPictureInPicture() .then(() => { // auto-exit in 1s setTimeout(() => { document.exitPictureInPicture(); }, 1000); }) .catch(console.error); } ...
確定! 回上一頁