Oliver Lenehan
|
0f6acf2753
|
fix(std): Use Deno.errors where possible. (#4356)
|
2020-03-13 21:40:13 -04:00 |
|
Yusuke Sakurai
|
9075daa2e3
|
[std/ws] provide default close code for ws.close() (#4172)
|
2020-02-28 11:17:00 -05:00 |
|
Yusuke Sakurai
|
942e67c00b
|
refactor(std/http): move io functions to http/io.ts (#4126)
|
2020-02-26 10:48:35 -05:00 |
|
Suguru Motegi
|
79c6e052ed
|
fix: createSecKey logic (#4063)
|
2020-02-24 16:37:15 -05:00 |
|
Yusuke Sakurai
|
d9886a44d1
|
fix: [ws] sock shouldn't throw eof error when failed to read frame (#4083)
|
2020-02-23 11:59:36 -05:00 |
|
Clemens Tolboom
|
7e49d96cbc
|
/std/ws: Fix args index for WS examples (#4046)
|
2020-02-20 10:19:14 -05:00 |
|
Nikolai Vavilov
|
1908066753
|
Update ws client example (#4012)
|
2020-02-17 12:49:30 -05:00 |
|
Bartek Iwańczuk
|
61273085e4
|
refactor: rewrite tests in std/ to use Deno.test (#3930)
|
2020-02-11 17:24:27 +01:00 |
|
Yusuke Sakurai
|
c2986891f6
|
remove non-null assertion operator from std (part1) (#3900)
|
2020-02-07 02:23:38 -05:00 |
|
Yusuke Sakurai
|
699d10bd9e
|
fix: make WebSocket.send() exclusive (#3885)
|
2020-02-06 08:42:32 -05:00 |
|
Bartek Iwańczuk
|
34b99fec8e
|
rename dial to connect and dialTLS to connectTLS (#3710)
|
2020-01-18 18:35:12 +01:00 |
|
Dreamacro
|
70b1be6ff4
|
Fix ws handshake with correctly empty search string (#3587)
|
2020-01-04 04:31:12 -05:00 |
|
Ry Dahl
|
bfab4ed0df
|
Happy new year! (#3578)
|
2020-01-02 15:13:47 -05:00 |
|
Kitson Kelly
|
9837d324a7
|
Update to TypeScript 3.7 (#3275)
and update to prettier 1.19
Also, update `assert()` and remove not null assertions where possibly
in `cli`.
Closes #3273
|
2019-11-13 13:42:34 -05:00 |
|
Andy Hayden
|
aec5a646c9
|
feat: top-level-for-await (#3212)
|
2019-10-27 09:04:42 -04:00 |
|
Ryan Dahl
|
93f7f00c95
|
Run deno_std tests in github actions
|
2019-10-09 17:22:22 -04:00 |
|
Ryan Dahl
|
151ce0266e
|
Move everything into std subdir
|
2019-10-09 17:10:09 -04:00 |
|