Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: change WebSocket.frame* event type to WebSocketFrame in java #5384

Merged
merged 1 commit into from Feb 9, 2021

Conversation

yury-s
Copy link
Member

@yury-s yury-s commented Feb 9, 2021

No description provided.

## event: WebSocket.frameSent
- type: <[Object]>
- `payload` <[string]|[Buffer]> frame payload

Fired when the websocket sends a frame.

## event: WebSocket.frameSent
* langs: csharp, java
- type: <[WebSocketFrame]>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is WebSocketFrame defined?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in class-websocketframe.md

@yury-s yury-s merged commit adeb234 into microsoft:master Feb 9, 2021
@yury-s yury-s deleted the web-socket-frame branch February 9, 2021 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants