Skip to content

Commit 77ab0b0

Browse files
authored
Update How-to-know-ResourcesPath-is-wrong.md
Grammar changes
1 parent 00c9b90 commit 77ab0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indepth/faqs/distribution/How-to-know-ResourcesPath-is-wrong.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ description: How to know ResourcesPath is wrong
1414

1515
When you set `ResourcesPath` wrong, static files such as `dynamsoft.webtwain.install.js` , `dynamsoft.viewer.css` will fail to load and you see 404 errors in the browser console.
1616

17-
In some cases, you might not be able to *calculate* the correct relative path for these files and wishes to use an absolute path instead such as "https://www.dynamsoft.com/dwt/demo/resources/". This is supported but keep in mind that if you want to use the new [Camera module]({{site.indepth}}features/Input.html#use-mediadevices-cameras) or run Dynamic Web TWAIN in the [WASM mode]({{site.indepth}}features/initialize.html#wasm-mode), you must make sure the absolute path stays in the same domain to avoid cross-origin issues.
17+
In some cases, you may not be able to *calculate* the correct relative path for these files and may instead want to use an absolute path such as "https://www.dynamsoft.com/dwt/demo/resources/". This is supported but keep in mind that if you want to use the new [Camera module]({{site.indepth}}features/Input.html#use-mediadevices-cameras) or run Dynamic Web TWAIN in the [WASM mode]({{site.indepth}}features/initialize.html#wasm-mode), you must make sure the absolute path stays in the same domain to avoid cross-origin issues.

0 commit comments

Comments
 (0)