We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DOMRectList was introduced to Chrome & FF shortly after DOMRect & DOMRectReadOnly
DOMRectList
DOMRect
DOMRectReadOnly
It is the return type of Range#getClientRects, e.g. document.createRange().getClientRects()
Range#getClientRects
document.createRange().getClientRects()
The text was updated successfully, but these errors were encountered:
Add DOMRectList to browser environment
7e2a7e2
Fixes sindresorhus#176
Add DOMRectList to browser environment (#177)
ed5b510
Fixes #176
Successfully merging a pull request may close this issue.
DOMRectList
was introduced to Chrome & FF shortly afterDOMRect
&DOMRectReadOnly
It is the return type of
Range#getClientRects
, e.g.document.createRange().getClientRects()
The text was updated successfully, but these errors were encountered: