Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Firefox browser does not support WebSQl

more options

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.

Ausgewählte Lösung

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/

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (2)

more options

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

more options

Ausgewählte Lösung

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/