MCPcopy
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

constructorMethod · 0.80
constructorMethod · 0.80
TraceViewFunction · 0.80
ExpandableAttachmentFunction · 0.80
UIModeViewFunction · 0.80
ErrorsTabFunction · 0.80
CopyToClipboardFunction · 0.80
fetchRequestPostDataFunction · 0.80
defineConfigFunction · 0.80
defineConfigFunction · 0.80
callbackFunction · 0.80

Calls 1

wrapFunction · 0.70

Tested by

no test coverage detected