worker-dom
worker-dom copied to clipboard
[FEATURE REQUEST] Implement Element.client(Width/Height)
https://developer.mozilla.org/en-US/docs/Web/API/Element/clientWidth
We may be able to get away with returning the rounded off answer to Element.getBoundingClientRect()
as seen in the MDN link above.
cc @kristoferbaxter @choumx
Has there been any progress here? We're working on something that would require the height of an element in the workerdom