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

doc(ts): WebsocketSession addAttachment definition #96

Merged
merged 1 commit into from
Apr 19, 2022

Conversation

bourdaisj
Copy link
Contributor

Simply add a missing typescript definition.

* @param payload The binary data to send
* @returns The id assigned to the binary attachment
*/
addAttachment(payload: Blob): number
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm not familiar with the JS side, but are you sure it is a number rather than a string that id such attachment?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You're right; one loc = one error, sorry. :-)

@jourdain jourdain merged commit f9e2492 into Kitware:master Apr 19, 2022
@jourdain
Copy link
Collaborator

🎉 This PR is included in version 1.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants