中止 ImageFlow 中的图像加载?

发布于 2024-11-26 15:20:52 字数 264 浏览 2 评论 0原文

Finn Rudolph 的 ImageFlow.js 是一个非常聪明的库。

这可能是一个常见的 JavaScript 问题,因为我有一个 oncontextmenu 事件(除其他外)删除 ImageFlow 的实例,并在 rightClick 或 commandClick 上使用一组不同的图像创建一个新实例。

我的问题是,一旦原始实例开始加载图像,即使为其创建的 dom 结构被删除,它也会继续直到完成。这意味着在旧实例完成之前我的新实例无法开始加载。有人知道中止图像加载的方法吗?

Finn Rudolph's ImageFlow.js is a wicked clever library.

This may be a general JavaScript question inasmuch as I have an oncontextmenu event that (among other things) removes an instance of ImageFlow and creates a new one with a different set of images on rightClick or commandClick.

My problem is that once the original instance starts loading images, it continues until it's done, even if the dom structure created for it is removed. This means my new instance can't start loading until the old one finishes. Does anybody know of a way to abort the image loading?

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

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

发布评论

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

评论(1

允世 2024-12-03 15:20:52

找到了这个答案< /a> 这对我有用。

如此简单而广泛的解决方案要么是:

  1. 我应该一直知道的事情,要么是
  2. 一个正在等待咬我的初期错误。

found this answer and it worked for me.

A solution this simple and broad is either:

  1. Something I should have known about all along, or
  2. An incipient bug that's now just waiting to bite me.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文