mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
This allows us to `console.log` objects from JS and have a preview of them appear in the console. Interacting with said preview doesn't work yet, because the devtools object actor is a stub. <img width="600" height="78" alt="image" src="https://github.com/user-attachments/assets/d896471f-3982-4406-94d4-b13eebabe337" /> Testing: This change adds a test --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>