mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 05:50:01 -04:00
4 lines
No EOL
124 B
JavaScript
4 lines
No EOL
124 B
JavaScript
async function test() {
|
|
let r = await libcurl.fetch("https://example.com/");
|
|
assert(r.status === 200, "wrong status");
|
|
} |