Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

nextTick causes IE8 to crash #20

@theKashey

Description

@theKashey

In https://github.com/ymaps/modules/blob/master/modules.js#L373 one try to add script to document.body.
For this moment body can exists, but in "non closed" state.
Adding something to the end of unclosed node causes fatal error.

Solution - add script to head element.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions