MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / resource

Function resource

javascript/webdriver/http/http.js:363–363  ·  view source on GitHub ↗
(method, path)

Source from the content-addressed store, hash-verified

361 function del(path) { return resource('DELETE', path); }
362 function get(path) { return resource('GET', path); }
363 function resource(method, path) { return {method: method, path: path}; }
364})();
365
366

Callers 3

postFunction · 0.70
delFunction · 0.70
getFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected