mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-11 13:30:01 -04:00
14 lines
207 B
JavaScript
14 lines
207 B
JavaScript
/* DELETE
|
|
assert\(sock\.stream\.fd ?< ?64\);
|
|
*/
|
|
|
|
|
|
/* DELETE
|
|
assert\(!exceptfds, ?['"]exceptfds not supported['"]\);
|
|
*/
|
|
|
|
|
|
/* DELETE
|
|
assert\(nfds ?<= ?64, ?['"]nfds must be less than or equal to 64['"]\);
|
|
*/
|
|
|