Closed marcoscaceres closed 4 years ago
closes #156 closes #144
The check is not that "attribute is present", but that it has been set to "true"... the IDL attribute is always present, and always initializes to false.
x = document.createElement("video") x.disablePictureInPicture; // false
Thank you @marcoscaceres!
closes #156 closes #144
The check is not that "attribute is present", but that it has been set to "true"... the IDL attribute is always present, and always initializes to false.