diff --git a/_includes/sidelist-programming/programming-javascript.html b/_includes/sidelist-programming/programming-javascript.html
index 0d85b561..0114cb1c 100644
--- a/_includes/sidelist-programming/programming-javascript.html
+++ b/_includes/sidelist-programming/programming-javascript.html
@@ -1472,11 +1472,6 @@
>How to use the JavaScript SDK in offline mode?
-
- What are the server requirements for Dbr JS deployment?
-
What are the pros and cons of using the CDN? 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.
- Dynamsoft License requires a secure context to work.
+
+- Set the MIME type for `.wasm` as `application/wasm`
+
+ 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.
+
+ Different types of webservers are configured differently, for example:
+
+ + Apache
+ + IIS
+ + NGINX
+
- `WebAssembly`, `Blob`, `URL`/`createObjectURL`, `Web Workers`
@@ -46,4 +57,4 @@ The following table is a list of supported browsers based on the above requireme
1 devices running iOS needs to be on iOS 14.3+ for camera video streaming to work in Chrome, Firefox or other Apps using webviews.
-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.
\ No newline at end of file
+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.