worker-dom icon indicating copy to clipboard operation
worker-dom copied to clipboard

[FEATURE REQUEST] Implement Element.client(Width/Height)

Open nainar opened this issue 5 years ago • 2 comments

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.

nainar avatar Mar 13 '19 20:03 nainar

cc @kristoferbaxter @choumx

nainar avatar Mar 14 '19 15:03 nainar

Has there been any progress here? We're working on something that would require the height of an element in the workerdom

stephengardner avatar Sep 09 '20 20:09 stephengardner