Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/playwright
/ then
Method
then
tests/page/page-evaluate.spec.ts:289–291 ·
view source on GitHub ↗
(f, r)
Source
from the content-addressed store, hash-verified
287
this._promise =
new
originalPromise(f);
288
}
289
then(f, r) {
290
return
wrap(this._promise.then(f, r));
291
}
292
catch(f) {
293
return
wrap(this._promise.catch(f));
294
}
Callers
15
constructor
Method · 0.80
constructor
Method · 0.80
TraceView
Function · 0.80
ExpandableAttachment
Function · 0.80
UIModeView
Function · 0.80
ErrorsTab
Function · 0.80
CopyToClipboard
Function · 0.80
fetchRequestPostData
Function · 0.80
defineConfig
Function · 0.80
defineConfig
Function · 0.80
callback
Function · 0.80
gracefullyProcessExitDoNotHang
Function · 0.80
Calls
1
wrap
Function · 0.70
Tested by
no test coverage detected