canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

Batched createdInstance and updateInstance in save method (#5518) #514

Closed eddypjr closed 2 years ago

eddypjr commented 2 years ago

A batch is now started/stopped when properties are created or set on instances. Test written for this behavior.