Converts data to a serializable format that can be pass between Node.js and Web environments (and vice versa) through e.g. page.evaluate. To convert data back to the original format, use convertDataFromSerializable.
page.evaluate
The data to convert to a serializable format.
The serializable data.
Converts data to a serializable format that can be pass between Node.js and Web environments (and vice versa) through e.g.
page.evaluate. To convert data back to the original format, use convertDataFromSerializable.