Sean Doyle
|
ef5a56ce18
|
feat(evaluate): serialized URL instances (#15023)
Add support for returning [URL][] instances from `page.evaluate` calls.
Follow the patterns established by `Date` and `RegExp` serialization.
[URL]: https://developer.mozilla.org/en-US/docs/Web/API/URL
|
2022-07-05 17:53:02 +02:00 |
|
Max Schmitt
|
e34fa4feeb
|
fix(evaluate): fallback to toJSON if it exists when serializing (#15188)
* fix(evaluate): fallback to toJSON if it exists when serializing
* fix test in ff
* window.performance test
|
2022-06-29 08:07:32 +02:00 |
|
Dmitry Gozman
|
b753ff8686
|
chore: split injected utils into proper files (#14093)
|
2022-05-11 13:49:12 +01:00 |
|
Pavel Feldman
|
cf89a36181
|
chore: serialize circular objects (#14045)
|
2022-05-09 18:51:53 -07:00 |
|
Pavel Feldman
|
e55f7bd896
|
feat(bindings): best-effort serialize circular structures (#14008)
|
2022-05-09 15:07:04 -07:00 |
|
Dmitry Gozman
|
54dd6d01e5
|
feat(locator): layout options (leftOf, rightOf, above, below, near) (#13821)
This also includes corresponding selector engines `left-of` and others,
modeled after existing `has` selector engine.
|
2022-05-03 10:33:33 +01:00 |
|
Pavel Feldman
|
845e32cbb8
|
chore: use utils via index export (6) (#13417)
|
2022-04-07 21:48:41 -07:00 |
|