We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For some Internet Explorer version HTMLDocument is undefined.
In pythonjs/runtime/pythonpythonjs.py the following code should be added:
if not __NODEJS__ and not __WEBWORKER__: if typeof(HTMLDocument) == 'undefined': HTMLDocument = Document