FireBreath Tips: Asynchronous Javascript Calls
Never block a Javascript call! One cardinal rule of browser plugins is that you should never block the thread when processing a method or property call from Javascript. In FireBreath, that means that any method or property on your JSAPI must never block, but should return in a timely manner. The reason for this is […]