中止 ImageFlow 中的图像加载?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了这个答案< /a> 这对我有用。
如此简单而广泛的解决方案要么是:
found this answer and it worked for me.
A solution this simple and broad is either: