DataProcessor.send() does not return promise?

Hi,
I’m getting an “Uncaught TypeError: Cannot read property ‘then’ of undefined” on
webix.dp($$(“list”)).send().then(function() {})

The documentation says that send() should return promise. Am I doing something wrong?

Thanks