简体   繁体   English

Web SQL无法从本地文件系统运行,如何在没有任何服务器的情况下运行?

[英]Web SQL not working from local file system, how can I run without any server?

After updated the chrome browser the WebSQL not working from local files, but it is working from server like IIS,Xampp or other. 更新Chrome浏览器后,WebSQL无法从本地文件运行,但可以从IIS,Xampp等服务器运行。 How can I Access the webSQL without using server. 不使用服务器如何访问webSQL。

This seems to be a bug. 这似乎是一个错误。

See Chromium bug report 查看Chromium错误报告

It is fixed in currently available Beta Chrome version ( 52.0.2743.60 beta-m ). 它在当前可用的Beta Chrome版本(52.0.2743.60 beta-m)中已修复。

You can also use Safari browser, which have a pretty safe implementation of WebSql API. 您也可以使用Safari浏览器,该浏览器具有非常安全的WebSql API实现。

没有办法,因为chrome和Opera的最新更新已限制访问客户端websql数据库的代码只能从服务器托管的代码访问

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在没有 Web 服务器的情况下运行 ajax 代码? - How can I run ajax code without web server? 如何在没有任何本地服务器的情况下通过单击 index.html 文件来运行 React 应用程序 - How to run React application by clicking index.html file without any local server 如何从我的网页运行本地服务器脚本? - how can i run a local server script from my webpage? 如何通过本地服务器而不是文件系统使用Grunt运行QUnit测试? - How do I run QUnit tests with Grunt through a local server instead of the file system? 如何在不使用任何 HTTP 服务器的情况下从本地文件 url ("file:///") 访问 react-app build? - How to access react-app build from local file url ("file:///"), without using any HTTP server? 如何在不访问Internet和本地文件系统的情况下使用引导javascript库? - How can I use bootstrap javascript library without accessing Internet and local file system? 我可以从本地 js 文件调用 Yahoo Weather API 吗? 或者我需要网络服务器吗? - Can I call Yahoo Weather API from local js file? Or do I need a web server? 如何检测网页是否从网站或本地文件系统运行 - How to detect if a web page is running from a website or local file system 如何检测网页是从网站还是本地文件系统运行? - How to detect if a web page is running from a website or local file system? 有什么方法可以在不运行服务器软件的情况下通过网页编辑本地文件? - Is there any way to edit a local file through a web page without running server software?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM