Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用ext写了一个js。
我尝试检查这个脚本。
当检查小数据时,我在 Firefox Windows 和 Firefox Linux 上收到相同的结果。但是当我在大规模数据上尝试它时,Firefox Linux 运行完美,但对于 Firefox Windows,我得到了例外 -
Component returned failure code: 0x8007000e (NS_ERROR_OUT_OF_MEMORY) [nsIDOMHTMLCanvasElement.width]
我认为您收到此错误是因为您尝试使用 Canvas 显示对 FF 来说太大的东西。您能否在此处发布您的任何代码或描述您要检查的数据?我还听说这可能是基于操作系统的问题,如果您正在运行 Win7 64 位(最常见的是看到此错误),请尝试从 32 位 Windows 机器上运行。