mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: fix wrong aligned protocol YAML (#10947)
This commit is contained in:
parent
ce225e50f4
commit
4fd8a40129
@ -3927,7 +3927,9 @@ export interface JsonPipeChannel extends JsonPipeEventTarget, Channel {
|
||||
export type JsonPipeMessageEvent = {
|
||||
message: any,
|
||||
};
|
||||
export type JsonPipeClosedEvent = {};
|
||||
export type JsonPipeClosedEvent = {
|
||||
error?: SerializedError,
|
||||
};
|
||||
export type JsonPipeSendParams = {
|
||||
message: any,
|
||||
};
|
||||
|
@ -3049,4 +3049,5 @@ JsonPipe:
|
||||
message: json
|
||||
|
||||
closed:
|
||||
parameters:
|
||||
error: SerializedError?
|
||||
|
Loading…
x
Reference in New Issue
Block a user