lume icon indicating copy to clipboard operation
lume copied to clipboard

Use CSS Typed OM for faster performance, if available.

Open trusktr opened this issue 7 years ago • 0 comments

Here's an intro to CSS Typed OM: https://developers.google.com/web/updates/2018/03/cssom

If a browser supports it, specifically the transform OM, we should use it, and avoid creating strings that'll then be deserialized by the engine. Instead we'll pass numbers that stay numbers.

trusktr avatar Feb 16 '19 06:02 trusktr