http.methods.client.api.js 195 B

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