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
Scan upload depends on WebKit features that are not supported by some browsers.
Expected Behavior
Create universal solution for scan uploading
Additional comment (optional)
Problem connected with File class and its property webkitRelativePath which is not supported in Typescript 3+ versions where webkit specific classes support were dropped.
The text was updated successfully, but these errors were encountered:
Current Behavior
Scan upload depends on WebKit features that are not supported by some browsers.
Expected Behavior
Create universal solution for scan uploading
Additional comment (optional)
Problem connected with
File
class and its propertywebkitRelativePath
which is not supported in Typescript 3+ versions where webkit specific classes support were dropped.The text was updated successfully, but these errors were encountered: