mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 14:30:02 -04:00
add libcurl error strings to fetch error messages
This commit is contained in:
parent
c9236f90d5
commit
155d5ea5b6
8 changed files with 18 additions and 10 deletions
|
@ -1,8 +1,7 @@
|
|||
//currently broken
|
||||
|
||||
class TLSSocket extends CustomWebSocket {
|
||||
class TLSSocket {
|
||||
constructor(hostname, port, debug) {
|
||||
super();
|
||||
this.hostname = hostname;
|
||||
this.port = port;
|
||||
this.url = `https://${hostname}:${port}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue