Open G1enB1and opened 4 months ago
The fetchImages function in main.js reads the entire response as text, which might be inefficient for large datasets. Consider using streams or chunked responses for better performance.
The fetchImages function in main.js reads the entire response as text, which might be inefficient for large datasets. Consider using streams or chunked responses for better performance.