Closed foolip closed 1 year ago
@domenic for review.
I checked to confirm there are other examples of [SecureContext]
on event interfaces:
https://w3c.github.io/push-api/#pushevent-interface
https://w3c.github.io/payment-request/#paymentmethodchangeevent-interface
This event can only be fired if
documentPictureInPicture.requestWindow()
is called, and that's behind[SecureContext]
for both thedocumentPictureInPicture
attribute and theDocumentPictureInPicture
interface.