We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f818a76 commit e907984Copy full SHA for e907984
apple/RNCWebViewImpl.m
@@ -2082,7 +2082,7 @@ - (void)handleRegularFileDownload:(NSString *)urlString {
2082
NSString *jsCode = [NSString stringWithFormat:
2083
@"fetch('%@')"
2084
".then(response => {"
2085
- " if (!response.ok) throw new Error('Network response was not ok');"
+ " if (!response.ok) throw new Error('Unable to download file');"
2086
" return response.blob();"
2087
"})"
2088
".then(blob => {"
0 commit comments