Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
loadTrace
Function · 0.80
innerLoadTrace
Function · 0.80
ExpandableAttachment
Function · 0.80
WorkbenchLoader
Function · 0.80
constructor
Method · 0.80
_destroy
Method · 0.80
_write
Method · 0.80
_final
Method · 0.80
mkdirIfNeeded
Function · 0.80
removeFolders
Function · 0.80
gracefullyCloseAll
Function · 0.80
gracefullyProcessExitDoNotHang
Function · 0.80
Calls
1
wrap
Function · 0.70
Tested by
no test coverage detected