Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
post
Function · 0.70
del
Function · 0.70
get
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected