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
Files which depend on net/History:
lavaca/src/mvc/Application.js
lavaca/src/mvc/Router.js
lavaca/src/mvc/Controller.js
lavaca-starter/src/www/js/app/app.js
lavaca-starter/src/www/js/app/ui/views/BaseView.js
These would need to be checked to conform to the History API.
The text was updated successfully, but these errors were encountered:
We seem to use net/History's hash-based method for URLs in most projects. I think this is because no server support is required for routing, which is fair.
Older browsers could use a polyfill.
Files which depend on net/History:
lavaca/src/mvc/Application.js
lavaca/src/mvc/Router.js
lavaca/src/mvc/Controller.js
lavaca-starter/src/www/js/app/app.js
lavaca-starter/src/www/js/app/ui/views/BaseView.js
These would need to be checked to conform to the History API.
The text was updated successfully, but these errors were encountered: