Closed gingerchew closed 5 months ago
Solves #67
Is it worth it to change the MIME_MAP just be a template literal string?
this.MIME_MAP = { 'mp4': 'video/mp4', 'mov': 'video/mov', 'avi': 'video/avi' } // All match: this.mime = `video/${mime}`
The PR resolves it by adding the two types to the map, but I can change it if need be :)
Closing this since it is fixed in 1.1.8
Solves #67
Is it worth it to change the MIME_MAP just be a template literal string?
The PR resolves it by adding the two types to the map, but I can change it if need be :)