Advertisement
dereksir

Untitled

May 12th, 2023
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (async () => {
  2.   const response = await fetch(apiUrl);
  3.  
  4.   const html = await response.text();
  5.   console.log(html);
  6. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement