You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results in the following when trying to open the timeline.html, from the developer console:
Uncaught ReferenceError: openDatabase is not defined
at new TimeLineDb (database.js:5:3)
at new TimeLineApp (app.js:30:21)
at onload (timeline.html:23:41)
I have tried both Chrome Version 123.0.6312.124 and Firefox 125.0.1.
The text was updated successfully, but these errors were encountered:
The openDatabase function is not available for Firefox or for recent versions of Chrome/Chromium.
This results in the following when trying to open the timeline.html, from the developer console:
I have tried both Chrome Version
123.0.6312.124
and Firefox125.0.1
.The text was updated successfully, but these errors were encountered: