简体   繁体   English

Processing.JS错误-TypeError:e未定义

[英]Processing.JS Error - TypeError: e is undefined

I'm having this strange error on here , which I figured out the Login.prototype.* is causing the issue, and I can't find a workaround. 我在这里遇到这个奇怪的错误,我发现Login.prototype。*导致了此问题,但找不到解决方法。 Here is the errors Firefox printed into the development console. 这是Firefox打印到开发控制台中的错误。

TypeError: mutating the [[Prototype]] of an object will cause your code to run very slowly; TypeError:更改对象的[[Prototype]]将导致您的代码运行非常缓慢; instead create the object with the correct initial [[Prototype]] value using Object.create jshint.js:8417 而是使用Object.create jshint.js:8417使用正确的初始[[Prototype]]值创建对象

TypeError: e is undefined TypeError:e未定义

我解决了我遇到的问题,将“未定义”作为图像传递,这冻结了整个程序。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM