-
Notifications
You must be signed in to change notification settings - Fork 440
document.fullscreenElement gone #551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
This doesn't seem to be fixed in |
The PR added the events and methods back but not the property. |
PR attached. |
@github-actions close |
Closing because @saschanaz is one of the code-owners of this repository. |
interface Document
used to define a propertyreadonly fullscreenElement: Element | null;
. It looks like as of microsoft/TypeScript#25944 this property is missing. It doesn't seem to be deprecated so maybe it should be added back?Detected in
vast-client
on DefinitelyTyped.The text was updated successfully, but these errors were encountered: