Skip to content

No IE11 support because of for...of loops #239

Description

@tansongyang

Issue

Because of for...of loops, this component does not support IE11. (And possibly other reasons—I mention the loops because they are what caused the errors in my case). You will get an error saying that Symbol is undefined.

Proposal

I see a couple of options here:

  1. Make it more explicit in the docs that this is a requirement. As of this writing, the docs only mention polyfills for Promise and fetch
  2. Replace the loops with something like Array.prototype.forEach.

It's up to you. I'd be happy to do a PR either way.

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