-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Property 'caretRangeFromPoint' is missing in Document #6937
Comments
You can make a PR to this repo. You probably want to change this file: https://github.com/facebook/flow/blob/master/lib/dom.js#L614 |
Can i ask you how to extends the type of 'document' so i can just only declare caretRangeFromPoint property in local without edit the module |
I'm not sure myself. Looks like this was discussed before: #396 You might want to reconsider if you should use that function at all. From the documentation, it looks like it's not well supported and isn't going to be well supported: https://developer.mozilla.org/en-US/docs/Web/API/Document/caretRangeFromPoint |
Please help take a look at this issue: Seems unattended for some time |
I have this issue:
How can i fix it?
flow version: 0.81.0
The text was updated successfully, but these errors were encountered: