patchright-core 1.52.2 → 1.52.3
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.
- package/lib/server/frames.js +2 -2
- package/package.json +1 -1
package/lib/server/frames.js
CHANGED
|
@@ -1231,9 +1231,9 @@ class Frame extends import_instrumentation.SdkObject {
|
|
|
1231
1231
|
return state.matches;
|
|
1232
1232
|
}, { handle });
|
|
1233
1233
|
}
|
|
1234
|
-
});
|
|
1234
|
+
}, "returnOnNotResolved");
|
|
1235
1235
|
return scope ? scope._context._raceAgainstContextDestroyed(promise) : promise;
|
|
1236
|
-
}, 1e4);
|
|
1236
|
+
}, 1e4) || false;
|
|
1237
1237
|
} catch (e) {
|
|
1238
1238
|
if (js.isJavaScriptErrorInEvaluate(e) || (0, import_selectorParser.isInvalidSelectorError)(e) || (0, import_protocolError.isSessionClosedError)(e)) throw e;
|
|
1239
1239
|
return false;
|