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

Avoid property renaming on message event data #7

Merged
merged 4 commits into from
Mar 1, 2016
Merged

Conversation

tschaub
Copy link
Owner

@tschaub tschaub commented Mar 1, 2016

This prevents property renaming on event message data when the library is minified. Because worker code is created with strings, worker code accesses message event data with property names that are not changed during minification. The faux-worker needs to behave the same way - accessing the same property names regardless of minification.

tschaub added a commit that referenced this pull request Mar 1, 2016
Avoid property renaming on message event data.
@tschaub tschaub merged commit c2ab712 into master Mar 1, 2016
@tschaub tschaub deleted the minified-faux-pas branch March 1, 2016 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant