Wrap WebSocket.cork, update docs

This commit is contained in:
Alex Hultman
2020-01-10 19:02:51 +01:00
parent 6691236309
commit 68fde105e6
13 changed files with 157 additions and 82 deletions

View File

@@ -232,7 +232,7 @@ struct HttpResponseWrapper {
}
}
/* Takes function, returns this (EXPERIMENTAL) */
/* Takes function, returns this */
template <bool SSL>
static void res_cork(const FunctionCallbackInfo<Value> &args) {
Isolate *isolate = args.GetIsolate();