Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The serialized stylesheet contains unecessary private members when sent #39

Open
ymeine opened this issue Oct 17, 2013 · 0 comments
Open

Comments

@ymeine
Copy link
Contributor

ymeine commented Oct 17, 2013

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment