Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

untitled notebook

node v15.14.0
version: 2.0.0
endpointsharetweet
const cpFetch = require("cp-fetch"); const promise1 = cpFetch("https://api.github.com/users/nas5w") .timeout(10000) .then((res) => res.json()) .then(console.log, console.warn); //setTimeout(() => promise1.cancel(), 10);
Loading…

no comments

    sign in to comment