Fetch API leaks memory in Chrome Fetch API leaks memory in Chrome google-chrome google-chrome

Fetch API leaks memory in Chrome


fetch('https://upload.wikimedia.org/wikipedia/commons/3/3d/LARGE_elevation.jpg')    .then(response => response.json())    .then(data => console.log(data))