You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the local file path has a space character, MIMEDetector will return "application/octet-stream" rather than the actual MIME (Ex: application/javascript)
Description
If the local file path has a space character, MIMEDetector will return "application/octet-stream" rather than the actual MIME (Ex: application/javascript)
Acceptance Criteria