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
Copy file name to clipboardExpand all lines: programming/javascript/faq/system-requirement.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,17 @@ The latest version of DBR requires the following features to work:
22
22
> Some browsers like Chrome may grant the access for `http://127.0.0.1` and `http://localhost` or even for pages opened directly from the local disk (`file:///...`). This can be helpful for temporary development and test.
23
23
24
24
- Dynamsoft License requires a secure context to work.
25
+
26
+
- Set the MIME type for `.wasm` as `application/wasm`
27
+
28
+
The goal is to configure your server to send the correct Content-Type header for the wasm file so that it is processed correctly by the browser.
29
+
30
+
Different types of webservers are configured differently, for example:
@@ -46,4 +57,4 @@ The following table is a list of supported browsers based on the above requireme
46
57
47
58
<sup>1</sup> devices running iOS needs to be on iOS 14.3+ for camera video streaming to work in Chrome, Firefox or other Apps using webviews.
48
59
49
-
Apart from the browsers, the operating systems may impose some limitations of their own that could restrict the use of the SDK. Browser compatibility ultimately depends on whether the browser on that particular operating system supports the features listed above.
60
+
Apart from the browsers, the operating systems may impose some limitations of their own that could restrict the use of the SDK. Browser compatibility ultimately depends on whether the browser on that particular operating system supports the features listed above.
0 commit comments