Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ reject
Function
reject
javascript/selenium-webdriver/http/util.js:65–68 ·
view source on GitHub ↗
(err)
Source
from the content-addressed store, hash-verified
63
onResolve(status)
64
}
65
let
reject = (err) => {
66
done = true
67
onReject(err)
68
}
69
70
if
(opt_cancelToken) {
71
opt_cancelToken.then((_) => reject(
new
CancellationError()))
Callers
15
waitForServer
Function · 0.70
onError
Function · 0.70
waitForUrl
Function · 0.70
start
Method · 0.50
_failPending
Method · 0.50
waitForConnection
Method · 0.50
send
Method · 0.50
checkedNodeCall
Function · 0.50
wait
Method · 0.50
evaluateCondition
Method · 0.50
pollCondition
Method · 0.50
createCDPConnection
Method · 0.50
Calls
1
onReject
Function · 0.85
Tested by
no test coverage detected