commit
f4f8080c4f
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ class Js2PyInterpreter(Interpreter):
|
||||||
ctx.execute('window.Map = function(_i){ };')
|
ctx.execute('window.Map = function(_i){ };')
|
||||||
ctx.execute('window.setTimeout = function(_f,_t){ };')
|
ctx.execute('window.setTimeout = function(_f,_t){ };')
|
||||||
ctx.execute('window.setInterval = function(_f,_t){ };')
|
ctx.execute('window.setInterval = function(_f,_t){ };')
|
||||||
|
ctx.execute('document.getElementById = function(_a) { };')
|
||||||
ctx.execute('window.encodeURIComponent = function(_s){ };')
|
ctx.execute('window.encodeURIComponent = function(_s){ };')
|
||||||
|
|
||||||
self.ctx = ctx
|
self.ctx = ctx
|
||||||
|
|
Reference in a new issue