@regulaforensics/idv-capture-web 3.4.315-nightly → 3.4.316
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/dist/main.iife.js +9 -9
- package/dist/main.js +1124 -1138
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,6 +25,7 @@ The component is designed to run IDV workflows, collect data from users, and sen
|
|
|
25
25
|
- Components **require HTTPS** — they will not work over plain HTTP.
|
|
26
26
|
- The library automatically registers web components. Import it before adding the components to your HTML.
|
|
27
27
|
|
|
28
|
+
|
|
28
29
|
## Content Security Policy (CSP)
|
|
29
30
|
|
|
30
31
|
If your application uses a Content Security Policy (CSP), make sure it allows the resources required by the Web Components.
|
|
@@ -38,13 +39,13 @@ worker-src https://wasm.regulaforensics.com blob:;
|
|
|
38
39
|
|
|
39
40
|
For more background on WebAssembly and CSP, see <a href="https://github.com/WebAssembly/content-security-policy/blob/main/proposals/CSP.md" target="_blank">WebAssembly Content Security Policy</a>.
|
|
40
41
|
|
|
41
|
-
##
|
|
42
|
+
## Supported Browsers
|
|
43
|
+
|
|
44
|
+
The **the latest version** of the following browsers are supported:
|
|
42
45
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
| **Mobile (Android)** | 69 | 63 | - |
|
|
47
|
-
| **Desktop** | 66 | 69 | 11 |
|
|
46
|
+
- Google Chrome
|
|
47
|
+
- Mozilla Firefox
|
|
48
|
+
- Safari
|
|
48
49
|
|
|
49
50
|
## Install via NPM
|
|
50
51
|
|
|
@@ -235,7 +236,6 @@ const service = new IdvIntegrationService();
|
|
|
235
236
|
console.log(service.version);
|
|
236
237
|
```
|
|
237
238
|
|
|
238
|
-
|
|
239
239
|
## Methods
|
|
240
240
|
|
|
241
241
|
| Method | Description | Type | Notes |
|