mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix(routeWebSocket): do not show in the trace (#32991)
This commit is contained in:
parent
1b589c4bd3
commit
0f2cbdedac
@ -462,6 +462,7 @@ export class WebSocketRoute extends ChannelOwner<channels.WebSocketRouteChannel>
|
|||||||
|
|
||||||
constructor(parent: ChannelOwner, type: string, guid: string, initializer: channels.WebSocketRouteInitializer) {
|
constructor(parent: ChannelOwner, type: string, guid: string, initializer: channels.WebSocketRouteInitializer) {
|
||||||
super(parent, type, guid, initializer);
|
super(parent, type, guid, initializer);
|
||||||
|
this.markAsInternalType();
|
||||||
|
|
||||||
this._server = {
|
this._server = {
|
||||||
onMessage: (handler: (message: string | Buffer) => any) => {
|
onMessage: (handler: (message: string | Buffer) => any) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user