Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Possibly a typo in polyfill/FileReader.js #347

@kbeckmann

Description

@kbeckmann

There is a piece of code that looks like a typo in the file polyfill/FileReader.js:
https://github.com/wkh237/react-native-fetch-blob/blob/master/polyfill/FileReader.js#L82

  get readState() {
    return this._readyState
  }

I am not sure what the code does so I am not comfortable writing a PR here. It seems this._readyState is undefined, but this._readState exists.

Version: current master
Sample code: see above

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions