ajvincent / es-membrane

An ECMAScript implementation of a Membrane, allowing users to dynamically hide, override, or extend objects in JavaScript with controlled effects on the original objects.
ISC License
109 stars 13 forks source link

GUI: BlobLoader should offer all values in one iframe, not one iframe per value #125

Closed ajvincent closed 6 years ago

ajvincent commented 6 years ago

It's just inefficient otherwise. (Also a good excuse to write tests for the BlobLoader code.)

ajvincent commented 6 years ago

Fixed.