javascript - Is it safe to use HTML5 Web SQL Database API? -
read more specifically:
This document was on the W3C Recommendation track but specification The work has stopped. The specification reached a deadlock: All interested implementers have used the same SQL backend, but we need many independent implementations to proceed with the standardization path.
I am thinking that this "safe to use the HTML5 database API" (ie current support)?
It is not strongly abusive, it has been discontinued and being replaced with it. Eventually, Web SQL Database will be removed from browsers which currently support it.
You can read the current browser support statistics and the Web SQL Database has more browsers that currently support it, but Firefox does not support it and benefits of Safari, Opera and mixed mobile browsers. Does not, and therefore it is about 28% while IndexedDB is near 36% global support. Also, I believe that it is generally believed that Microsoft will support indexed DB in IE 10, while the Web SQL Database API will not grow further.
Update, 2013-02-04: IE 10 does support the Indexed DB; Both Web SQL and IndexedDB are less than 50% supported Indexed DB Speck compliance is also very good, which has inspired IE 10, Firefox and Chrome, which is now supporting the Apfix.
Comments
Post a Comment