You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I noticed that when querying a CSS property name that exists unprefixed, it doesn't get cached into the vendorProps map (contrarily to the prefixed names, that get cached).
Therefore, when querying unprefixed names, each time there is one lookup in the vendorProps map then one lookup in the emptyStyle object, whereas we could save the latter (after the cache is populated on first access).