Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ cancellation
Function
cancellation
src/error-reporting.js:246–248 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
244
* @
return
{!Error}
245
*/
246
export
function
cancellation() {
247
return
new
Error(CANCELLED);
248
}
249
250
/**
251
* @param {*} errorOrMessage
Callers
14
test-real-time-config.js
File · 0.90
test-error-reporting.js
File · 0.90
mountInternal
Method · 0.90
mount
Method · 0.90
layoutCallback
Method · 0.90
startLayout
Method · 0.90
layoutComplete_
Method · 0.90
runAnimMutateSeries
Method · 0.90
attemptToRenderCreative
Method · 0.90
verifyStillCurrent
Method · 0.90
test-amp-a4a.js
File · 0.90
whenViewed_
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected