Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: node-fetch
node v10.24.1
endpoint
share
tweet
const fetch = require("node-fetch") await fetch("http://example.com?foo=网").then(r => r.text());
Created from: https://npm.runkit.com/node-fetch
Loading…
Clone and edit this document