Skip to content

This project demonstrates memory leak in react-native `fetch` api, keeping all fetch responses in memory indefinitely.

Notifications You must be signed in to change notification settings

jesenko/react-native-fetch-memory-leak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project demonstrates memory leak in react-native fetch api, keeping all fetch responses in memory indefinitely.

When app is started, fetch requests are continously triggered, collecting only resulting blob info on each response.

If button Read previously fetched result is clicked, ALL previously issued fetch responses are reread with FileReader, demonstrating that blobs were never released.

About

This project demonstrates memory leak in react-native `fetch` api, keeping all fetch responses in memory indefinitely.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published