Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

[Feature proposal] Support Blob, File and FileList #106

Open
BrainCrumbz opened this issue Apr 6, 2018 · 0 comments
Open

[Feature proposal] Support Blob, File and FileList #106

BrainCrumbz opened this issue Apr 6, 2018 · 0 comments

Comments

@BrainCrumbz
Copy link

BrainCrumbz commented Apr 6, 2018

Hi there.

We're using Chrome Redux Dev-Tools Extension (for Angular NgRx apps, actually).

Within an app state at some point we also have a JS Blob and a File objects. Those are always shown as {} in State panel, so even when they change they do not show up at all in the Diff panel. Or at least that's our understanding.

companyLogo: {
  main: {
    current: {
      imageBlob: {}
    ...

From this gaeron answer we got that probably the core of the thing could be here in react-json-tree. And looking at this code that might as well be.

Would you consider a PR trying to extend support to some of those JS types? Of course we could reason about how to best show them, and how to work within code.

Kind regards

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant