MCPcopy
hub / github.com/SeleniumHQ/selenium / del

Function del

javascript/selenium-webdriver/lib/http.js:152–154  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

150}
151
152function del(path) {
153 return resource('DELETE', path)
154}
155
156function get(path) {
157 return resource('GET', path)

Callers 1

http.jsFile · 0.70

Calls 1

resourceFunction · 0.70

Tested by

no test coverage detected