Closed chrylis closed 5 years ago
I had to set explicit version of rest to 1.3.2 because of the same problem. Also these dependencies are missing from package.json?
Given rest.js has been archived, there is little value in quibbling over the version used.
As of version 2.0.0, it appears that the Promise returned by the rest.js
client
call no longer defines adone()
method, instead relying on the first argument tothen()
(more minimally conforming to A+). The AJAX calls seem to work correctly whendone
is trivially replaced withthen
.