fetch

Declaration

Promise <Response> fetch(
    any input, 
    optional RequestInit init
);