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

12 lines
345 B
JavaScript

// Client-side is not implemented
HTTP.publish = function() {
throw new Error('HTTP.publish not implemented on client-side');
};
HTTP.publishFormats = function() {
throw new Error('HTTP.publishFormats not implemented on client-side');
};
HTTP.unpublish = function() {
throw new Error('HTTP.unpublish not implemented on client-side');
};