Skip to content

Commit

Permalink
fix(ios): Return proper MIME Type for local WASM files (#6675)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jun 26, 2023
1 parent e5a1c81 commit d7856de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/Capacitor/Capacitor/WebViewAssetHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ internal class WebViewAssetHandler: NSObject, WKURLSchemeHandler {
"vsw": "application/vnd.visio",
"vsx": "application/vnd.visio",
"vtx": "application/vnd.visio",
"wasm": "application/wasm",
"wav": "audio/wav",
"wax": "audio/x-ms-wax",
"wbmp": "image/vnd.wap.wbmp",
Expand Down

0 comments on commit d7856de

Please sign in to comment.