Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
start
Method · 0.85
_failPending
Method · 0.85
waitForConnection
Method · 0.85
send
Method · 0.85
waitForServer
Function · 0.85
onError
Function · 0.85
waitForUrl
Function · 0.85
checkedNodeCall
Function · 0.85
wait
Method · 0.85
evaluateCondition
Method · 0.85
pollCondition
Method · 0.85
createCDPConnection
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected