Use lazy data properties on DOM objects where possible |
||
Issue descriptionWe install some data properties as "native" data properties, i.e., everytime they're accessed, we invoke a C callback to provide the actual data value. Assuming that the data value doesn't change, we can cache the value on access instead of invoking the callback everytime. This is true, e.g., for DOM constructors
,
Nov 7 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Nov 2 2016