This'll be the JSHint (the lint plugin for the Web IDE) picking up on something. __proto__ isn't deprecated in Espruino, although I guess Object.getPrototypeOf should be added at some point.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
This'll be the JSHint (the lint plugin for the Web IDE) picking up on something.
__proto__
isn't deprecated in Espruino, although I guessObject.getPrototypeOf
should be added at some point.