简体   繁体   中英

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. Here is the errors Firefox printed into the development console.

TypeError: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create jshint.js:8417

TypeError: e is undefined

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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