w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
336 stars 35 forks source link

Support serializing typed arrays #720

Open calixteman opened 1 month ago

calixteman commented 1 month ago

It was supported with CDP even if it was imperfect (Uint8Array([123]) was serialized into {0: 123}) so not having this feature is a regression. Maybe it's an opportunity to have something better in serializing them into typed arrays or at least just arrays.