Skip to content

HTMLDocument undefined #153

@texcoffier

Description

@texcoffier

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions