fix
This commit is contained in:
@@ -330,7 +330,7 @@ export function isSupportWebScan() {
|
||||
export function isSupportImageScan() {
|
||||
return typeof document !== 'undefined'
|
||||
&& typeof URL !== 'undefined'
|
||||
&& URL.createObjectURL;
|
||||
&& !!URL.createObjectURL;
|
||||
}
|
||||
|
||||
export function stopScanForWeb() {
|
||||
|
||||
Reference in New Issue
Block a user