Skip to content

Remove unnecessary polyfills #567

@negezor

Description

@negezor

Screenshot
image

Expected Behaviour
No polyfills

Actual Behaviour
Provided a polyfill for await and iterator, which appeared in 2016 in the vast majority of browsers. And in Node.js from version 7.6.0. This hurts both performance and codebase size.

Further Information
Polyfills should be implemented by the end developer to avoid bloating the codebase.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions