Js2Py icon indicating copy to clipboard operation
Js2Py copied to clipboard

Object.setPrototypeOf doesn't work.

Open Sam0230 opened this issue 3 years ago • 0 comments

import py2js
js2py.eval_js('console.log(Object.setPrototypeOf);')

Output: 'undefined'

Sam0230 avatar May 03 '21 04:05 Sam0230