在 Firefox 中检测下载状态

发布于 2024-09-07 07:34:47 字数 1435 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

蓝咒 2024-09-14 07:34:47

正如 Jamie Wong 所说,Greasemonkey 脚本(或 JavaScript)都无法告诉客户端文件下载的状态。

但是,如果您的 JavaScript 是从您控制的服务器加载的,您可以设置一个系统来轮询服务器有关下载状态的信息。

但是,是的,您可以编写一个可以查看文件下载状态的 Firefox 扩展
......

至于在GM中使用jQuery,
您可以在 这个 stackoverflow 答案

As Jamie Wong said, neither a Greasemonkey script (nor JavaScript) can tell the status of a file-download, client-side.

However, if your JavaScript is loading from a server you control, you can set up a system to poll the server about download status.

But, yes, you could write a Firefox extension that can see file download status.
......

As for using jQuery in GM,
you can see a simple Greasemonkey script, that uses jQuery, in this stackoverflow answer.

女皇必胜 2024-09-14 07:34:47

允许 Javascript 访问浏览器的本机功能(例如下载)将是一个安全漏洞,因此是不可能的。

Allowing Javascript to have access to native functionality of your browser (such as downloading) would be a security hole, and is therefore not possible.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文