playwright-core 1.56.0-alpha-2025-09-23 → 1.56.0-alpha-1758747822000

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -164,11 +164,7 @@ class ChannelOwner extends import_eventEmitter.EventEmitter {
164
164
  else
165
165
  e.stack = "";
166
166
  if (!options?.internal) {
167
- const recoveryHandlers = [];
168
167
  apiZone.error = e;
169
- this._instrumentation.onApiCallRecovery(apiZone, e, this, recoveryHandlers);
170
- for (const handler of recoveryHandlers)
171
- await handler();
172
168
  logApiCall(this._platform, logger, `<= ${apiZone.apiName} failed`);
173
169
  this._instrumentation.onApiCallEnd(apiZone);
174
170
  }