wekan/packages/wekan-cfs-http-methods/http.methods.client.api.js

7 lines
195 B
JavaScript
Raw Normal View History

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');
};