MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / enterPIP

Function enterPIP

scripts/pip_fullWebsite.js:29–34  ·  view source on GitHub ↗
(stream, video)

Source from the content-addressed store, hash-verified

27 }
28
29 function enterPIP(stream, video) {
30 window.ufs_pip_fullWebsite.isPIP = true;
31 window.ufs_pip_fullWebsite.video = video;
32 window.ufs_pip_fullWebsite.stream = stream;
33 video.requestPictureInPicture();
34 }
35
36 function leavePIP() {
37 if (document.pictureInPictureElement) document.exitPictureInPicture();

Callers 1

pip_fullWebsite.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected