Skip to content

Commit b5d981a

Browse files
committed
remove deprecated annotation for sendUpdate()
1 parent f3d5681 commit b5d981a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webxdc.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export interface Webxdc<StatusPayload> {
117117
/**
118118
* Webxdc are usually shared in a chat and run independently on each peer. To get a shared status, the peers use sendUpdate() to send updates to each other.
119119
* @param update status update to send
120-
* @param description @deprecated, pass an empty string for backward compatibility
120+
* @param description Deprecated but must be an empty string for backwards compatibility
121121
*/
122122
sendUpdate(update: SendingStatusUpdate<StatusPayload>, description: ""): void;
123123
/**

0 commit comments

Comments
 (0)