mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00
Add deno_send tests.
This commit is contained in:
parent
0e07e16dd6
commit
cbbe8ad999
4 changed files with 45 additions and 9 deletions
|
@ -31,8 +31,9 @@ Deno* deno_new(void* data, deno_recv_cb cb);
|
|||
// Get error text with deno_last_exception().
|
||||
bool deno_load(Deno* d, const char* name_s, const char* source_s);
|
||||
|
||||
// Returns nonzero on error.
|
||||
int deno_send(Deno* d, deno_buf buf);
|
||||
// Returns false on error.
|
||||
// Get error text with deno_last_exception().
|
||||
bool deno_send(Deno* d, deno_buf buf);
|
||||
|
||||
const char* deno_last_exception(Deno* d);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue