Should I use Google's JSAPI in production code?

后端 未结 8 1737
傲寒
傲寒 2020-12-25 13:59

Possible duplicate of:

should-i-link-to-google-apis-cloud-for-js-libraries

also many other discussions, including:

Where do you incl

8条回答
  •  离开以前
    2020-12-25 14:36

    China has 500 million internet users and is not the only country that blocks google apis, this makes any website that uses http://www.google.com/jsapi dysfunctional. There is a small upside: due to the asynchronous load technique, these sites don´t display the same hang waiting to load as other sites that use the direct reference as eg:

提交回复
热议问题