I'd like to know whether or not QuickLook supports a file before I download it so I can have a better UX flow. Anyone know if this is possible? It seems
QLPreviewController.canPreview(item: QLPreviewItem)
requires that the file be downloaded. Is there any better way than having a list of file extensions and checking my extension on that?