Create an in-memory devtools implementation.
This implementation stores events in a bounded buffer (max 500 events). When the buffer is full, the oldest events are removed to make room for new ones.
A DevtoolsPort implementation
Create an in-memory devtools implementation.
This implementation stores events in a bounded buffer (max 500 events). When the buffer is full, the oldest events are removed to make room for new ones.