Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
17,541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var npage;
  2. fetch('https://news.yandex.ru/yandsearch?rpt=nnews2&grhow=clutop&text=security')
  3.     .then(function(response) {
  4.          return response.text();
  5.     }).then(function(content) {
  6.         npage = content;
  7.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement