Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Web workers support #971

Closed
wants to merge 2 commits into from
Closed

Web workers support #971

wants to merge 2 commits into from

Conversation

iskiselev
Copy link
Member

Here is basic implementation of WebWorker environment support based on #656.
Also there JSIL.js was changed a little bit for better compatibility with JS packers (tested with browserify). When it pack files, each file is placed inside function which is called on newly created object. After it, resolving of global scope through this doesn't work anymore. However, in both browser and webworker global scope could be accessed with self property. So, if self is defined, it is used as global scope reference.

@iskiselev
Copy link
Member Author

I'll send updated version in few days.

@iskiselev iskiselev closed this Apr 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant