MCPcopy
hub / github.com/ampproject/amphtml / catch

Method catch

build-system/tasks/e2e/controller-promise.js:36–41  ·  view source on GitHub ↗

@override

(onRejected)

Source from the content-addressed store, hash-verified

34
35 /** @override */
36 catch(onRejected) {
37 return new ControllerPromise(
38 this.promise_.catch(onRejected),
39 this.waitForValue
40 );
41 }
42
43 /** @override */
44 finally(onFinally) {

Callers 15

getAmpConfigFunction · 0.80
runVideoTestBenchFunction · 0.80
app.jsFile · 0.80
index.jsFile · 0.80
getBeOpinionAsyncInitFunction · 0.80
actionTypeHandlerFunction · 0.80
test-amp-ad-3p.jsFile · 0.80
test-timer.jsFile · 0.80
test-cid-api.jsFile · 0.80
test-xhr.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected