X Tutup
Skip to content

Unit tests failing in browser which don't support Symbol.iterator #5067

@marclaval

Description

@marclaval

18 tests are failing in IE, Safari <= 8, iOS <= 8 and Android <= 4.4.

The root cause is that RxJS hard-codes System.iterator to _es6shim_iterator_ in these browsers. It was the token used by es6-shim, but it has been changed to _es6-shim iterator_ a year ago.

A PR has been opened to solve it on RxJS side: ReactiveX/rxjs#640
Once it is available, RxJS dependency should be updated and workarounds removed.

/cc @Blesh @robwormald

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

      X Tutup