wekan/packages/wekan-cfs-http-methods/http.methods.client.api.js
2021-04-29 13:26:49 +03:00

6 lines
195 B
JavaScript

HTTP = Package.http && Package.http.HTTP || {};
// Client-side simulation is not yet implemented
HTTP.methods = function() {
throw new Error('HTTP.methods not implemented on client-side');
};