[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))
- [elpa] externals/websocket 5a965add21 017/114: Merge branch 'close-testing-fix', (continued)
- [elpa] externals/websocket 5a965add21 017/114: Merge branch 'close-testing-fix', ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 542c6fec74 025/114: Add support for cookies handling for ws clients., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 6b43f7525f 031/114: Add test for fragmented header, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket bcbd5258b2 040/114: Add note to windows users for functional tests., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket d407c0ad0f 041/114: Update version to 1.6., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 8f55a95698 042/114: Fix indentation., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket f94d43b97c 046/114: Prevent emacs from asking users about killing server process on exit, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket fbd9e2263d 047/114: Merge pull request #47 from alpha22jp/master, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket a9b8e74fa1 048/114: Update version to 1.8, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket f7f7ad6d45 052/114: when nowait, delay handshake after process move to open status, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 13520c8baa 054/114: add documentation for nowait,
ELPA Syncer <=
- [elpa] externals/websocket 4ca406fb96 060/114: Merge branch 'custom-headers', ELPA Syncer, 2023/02/15
- [elpa] externals/websocket b3a0153c0b 063/114: remove long line lambda, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket e9d148fbb6 064/114: Merge pull request #52 from yuya373/fix-nowait, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 607355db44 067/114: rename to `websocket-ensure-handshake`, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 0d96ba2ff5 069/114: Merge fix for 32-bit emacs., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket a5a3ddb5ca 072/114: Fix all signal calls., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket ef1e504fec 075/114: Fix tests broken by recent changes., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket da237af723 076/114: Fix confusing documentation string in `websocket-openp'., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 53bfd56e12 078/114: Upgrade version number to 1.11., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket de8073d667 079/114: Is encode-coding-string (quote utf-8) necessary?, ELPA Syncer, 2023/02/15