Alexander J. Vincent
Alexander J. Vincent
Example: ```javascript membrane = new Membrane({logger: logger}); wetHandler = membrane.getHandlerByName("wet", { mustCreate: true }); dryHandler = membrane.getHandlerByName("dry", { mustCreate: true }); const wetArray = ["one", "hidden", "two"]; // some fiddling...
This is a bad bug: imagine wanting an object graph named toString?
Suppose we have a set of WebIDL definitions and a way to map them to constructors. Then we can do several checks: - [ ] Argument validation (#22) - [...
@tvcutsem, @erights, I need some help defining a couple additional concepts. This is a natural expansion of membranes we haven't considered (or formally defined) yet. Suppose we have a collection...
Low priority - this is more of a thought experiment than a must-have. Containers do not fit well in the proxy model. Suppose I have an array _k_ which the...
Because @erights asked for it...
async/await keywords don't work with the 6.x series: http://kangax.github.io/compat-table/es2016plus/#node6_5
A "wet" object may have a property which it doesn't want the "dry" proxy to override. That override should apply to the "dry" value but not to any other object...