sandbox: forward the real bus event names

This commit is contained in:
Jean Chevronnet 2026-07-04 05:11:43 +00:00
parent adae2df09a
commit e21bb477db
No known key found for this signature in database

View file

@ -68,4 +68,4 @@ export type GuestToHost = RpcMsg;
/** App events forwarded into the sandbox. A deny-list-free allow-list: the guest
* only ever sees these, never raw internals. */
export const FORWARDED_EVENTS = ['connected', 'disconnected', 'message', 'active-change'] as const;
export const FORWARDED_EVENTS = ['connected', 'message', 'buffer.active', 'status'] as const;