We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244e944 commit 93b090dCopy full SHA for 93b090d
README.md
@@ -20,7 +20,6 @@ fastImage.imageSizeAndType(for: url, completion: { result in
20
case .failure(let error):
21
// Get a URLError here (timed out, etc.) or a SizeNotFoundError (just couldn't get a size based on data)
22
}
23
- e.fulfill()
24
})
25
```
26
0 commit comments