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
Private members of stylesheet instances are kept when they are serialized and then sent, which results in a jammed object, and impact performances (of both serialization and above all network transmission)
Those properties are:
_sortedSelectors
_styleRegExps
The text was updated successfully, but these errors were encountered:
Private members of stylesheet instances are kept when they are serialized and then sent, which results in a jammed object, and impact performances (of both serialization and above all network transmission)
Those properties are:
_sortedSelectors
_styleRegExps
The text was updated successfully, but these errors were encountered: