Armand Posted June 26, 2015 Share Posted June 26, 2015 Hi, I am porting a Flash/AIR game to HTML5 but I hit a roadblock. My game relies on workers. There are some intensive work that takes seconds to complete. Running in the main thread is not an option. My AIR app runs on web, pc, mac, android and iOS so naturally I'd like the HTML version to do the same. However I just discovered that Chrome doesn't load local worker files. I tried an ugly workaround that uses a Blob to create the worker but that doesn't work in IE11. So, do you know of any way to get workers working in all the latest browsers (I'm not concerned about older ones), on desktop and mobile, for local apps? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.