javascript - How to work with with Google playground code in offline? -
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
this script need call net.is possible download code
no, not really, don't see benefits of having downloaded. reason google provides these apis benefit sharing cached resources across web. instance it's letting user's browser use same cached copy of jquery script across different websites. can check here
apart allowing access shared library, other scripts can load here google apis in cases have google resources available on web.
Comments
Post a Comment