MCPcopy
hub / github.com/microsoft/playwright / catch

Method catch

tests/page/page-evaluate.spec.ts:292–294  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

290 return wrap(this._promise.then(f, r));
291 }
292 catch(f) {
293 return wrap(this._promise.catch(f));
294 }
295 finally(f) {
296 return wrap(this._promise.finally(f));
297 }

Callers 15

loadTraceFunction · 0.80
innerLoadTraceFunction · 0.80
ExpandableAttachmentFunction · 0.80
WorkbenchLoaderFunction · 0.80
constructorMethod · 0.80
_destroyMethod · 0.80
_writeMethod · 0.80
_finalMethod · 0.80
mkdirIfNeededFunction · 0.80
removeFoldersFunction · 0.80
gracefullyCloseAllFunction · 0.80

Calls 1

wrapFunction · 0.70

Tested by

no test coverage detected