Skip to content

IE11 Issues #1

@jhildenbiddle

Description

@jhildenbiddle

ChildNode.remove() is not supported by IE11 which docsify v4.x officially supports. The use of this method is breaking https://docsify.js.org/ for IE11 users.

window.DocsifyCarbon.scriptEl.remove()

Should be:

window.DocsifyCarbon.scriptEl.parentNode.removeChild(window.DocsifyCarbon.scriptEl)

I would have created a PR, but you don't have a build in place to generate index.min.js.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions