Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

bramstein/closure-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Closure Fetch

A minimal fetch implementation that supports sending ArrayBuffer and plain strings. Retrieval only supports array buffers as response.

fetch('/myfile.zip').then(function (response) {
  response.arrayBuffer().then(function (buffer) {
  });
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages