emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/websocket 13520c8baa 054/114: add documentation for now


From: ELPA Syncer
Subject: [elpa] externals/websocket 13520c8baa 054/114: add documentation for nowait
Date: Wed, 15 Feb 2023 20:58:59 -0500 (EST)

branch: externals/websocket
commit 13520c8baaffd6cf11d37f952fbe409474997252
Author: Yuya Minami <yuya373@me.com>
Commit: Yuya Minami <yuya373@me.com>

    add documentation for nowait
---
 websocket.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/websocket.el b/websocket.el
index 04329243e9..6fa4d9bf6e 100644
--- a/websocket.el
+++ b/websocket.el
@@ -680,6 +680,10 @@ describing the invalid header received from the server.
 
 `websocket-unparseable-frame': Data in the error is a string
 describing the problem with the frame.
+
+`nowait': If NOWAIT is non-nil,
+return without waiting for the connection to complete.
+Default nil.
 "
   (let* ((name (format "websocket to %s" url))
          (url-struct (url-generic-parse-url url))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]