exitPictureInPicture method
The exitPictureInPicture()
method of the Document interface
requests that a video contained
in this document, which is currently floating, be taken out of
picture-in-picture
mode, restoring the previous state of the screen. This usually reverses
the
effects of a previous call to HTMLVideoElement.requestPictureInPicture.
Implementation
external JSPromise<JSAny?> exitPictureInPicture();