Mozilla Monitor website will be down for 2 hours starting 5/20/2025 at 6 AM PT. Visit our status site for updates.

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox browser does not support WebSQl

Firefox browser does not support WebSQl. How can i use websql in firefox? go to http://www.w3schools.com/sql/trysql.asp?filename=trysql_insert_colname Click "run sql" then a message will be shown.

Firefox browser does not support WebSQl. How can i use websql in firefox? go to http://www.w3schools.com/sql/trysql.asp?filename=trysql_insert_colname Click "run sql" then a message will be shown.

Chosen solution

Here is an old blog post about why, I'm sure it has all gotten a lot easier since then: https://hacks.mozilla.org/2010/06/beyond-html5-database-apis-and-the-road-to-indexeddb/

Read this answer in context 👍 0

All Replies (2)

hi, yes this technology is not supported by firefox - you could look into using IndexedDB instead... https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API

Chosen Solution

Here is an old blog post about why, I'm sure it has all gotten a lot easier since then: https://hacks.mozilla.org/2010/06/beyond-html5-database-apis-and-the-road-to-indexeddb/