We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e683112 commit f8da023Copy full SHA for f8da023
blog/25-07-31/fetch-download-stream/ex/ex.html
@@ -116,7 +116,7 @@
116
if(!encoding){
117
$('#bar').className = 'unknown';
118
$('#bar').style.width = '100%';
119
- console.log('unable to reliably computer content-length');
+ console.log('unable to reliably determine content-length');
120
}
121
122
var type = res.headers.get('content-type');
0 commit comments