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