cherifGsoul on upgrade-docs-html-canjs
cherifGsoul on master
Upgrade the site theme for new … (compare)
cherifGsoul on upgrade-docs-html-canjs
Upgrade the site theme for new … (compare)
Hi guys, is there any way to save DefineList data on the server using PUT request?
For instance:
const Todo = DefineMap.extend({ ... some properties ... });
Todo.List = DefineList.extend({ "#": Todo });
let TodosList = new Todo.List([ ...several items there... ]);
// send PUT request here with TodoList inside of the body
Thank you in advance