rwaldron / jquery-hive

jQuery Plugin for creating and managing web workers across implementations. Includes Hive.Pollen.js - the thread-safe utility library for connecting worker threads to the Hive.
http://weblog.bocoup.com/javascript-web-workers-from-basics-to-jquery-hive-part-i
203 stars 24 forks source link

ajax post is by default sync in Chrome/Safari and async in other browsers #7

Closed Ms2ger closed 12 years ago

Ms2ger commented 12 years ago

As first filed at http://code.google.com/p/thermetics-forum-extensions/issues/detail?id=32:

What steps will reproduce the problem?

  1. Load http://stackoverflow.com/questions/8528610/web-workers-behave-differently-in-webkit-than-firefox
  2. Debug to figure out why that happens
  3. Cry

Please take out the user-agent sniffing and make the default behavior the same in all browsers!

rwaldron commented 12 years ago

Closed, see https://github.com/rwldrn/jquery-hive/pull/10