dribnet/strokes

mrhyde should implement dynamic properties in EC5 compatible way

Closed this issue · 0 comments

Instead of defineGetter and defineSetter, mrhyde should get into the 21st century and use Object.defineProperty() instead. A great example of this being used is deep in the frp library.