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

13 lines
345 B
JavaScript
Raw Normal View History

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