XDomain reference to Gears JavaScript library? - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T21:30:19Zhttp://stackoverflow.com/feeds/question/719637http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/719637/xdomain-reference-to-gears-javascript-library0XDomain reference to Gears JavaScript library?David.Chu.ca2009-04-05T20:35:18Z2009-04-05T20:35:18Z
<p>I don't want to download gears library into my local computer. I prefer to use gears library by cross domain (xDomain) loading. Can I use Google gears library files by xDomain loading like this:</p>
<pre><code><script type="text/javascript" src="http://.../grears_init.js"></script>
</code></pre>
<p>where is the public HTTP URL for the gears library if possible?</p>