rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.37k stars 194 forks source link

Handle File objects #174

Closed thomasdashney closed 7 years ago

thomasdashney commented 7 years ago

This is intended as a fix for window.File, which should not be made immutable (like React elements).

Resolves #142

rtfeldman commented 7 years ago

Nice, thank you @thomasdashney!