avers-js icon indicating copy to clipboard operation
avers-js copied to clipboard

A model abstraction library

Results 4 avers-js issues
Sort by recently updated
recently updated
newest added

There is a typo in `README.md`: > Typo: At this date _(5015-07-18)_ only Chrome supports Object.observe.

fetch()-initiated requests can be aborted: `fetch(url).then(req => { req.cancel(); })`

When a variant property changes we need to return two operations, one to change the type and another one to change the content.

I consider it a bug in the parser if it crashes when it can't decode a variant property. It should instead set the property to null. `migrateObject` can then take...