Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasmModuleName option not working #71

Open
sebastien-roch opened this issue Mar 28, 2022 · 0 comments
Open

wasmModuleName option not working #71

sebastien-roch opened this issue Mar 28, 2022 · 0 comments

Comments

@sebastien-roch
Copy link

I have renamed the blink ID files and trying to load them with this snippet:

const loadSettings = new BlinkIDSDK.WasmSDKLoadSettings(options.licenseKey);
loadSettings.engineLocation = "(some-absolute-URL-of-mine)";
loadSettings.wasmModuleName = "custom";
const wasmSDK = await BlinkIDSDK.loadWasmModule(loadSettings);

Then custom.js is successfully loaded, but I get then a rejected promise Failed to load WASM in web worker!. I don't see the failing request in the network tab of chrome dev tools unfortunately.

image

Is this option really supported?

I am using Blink ID v.5.15.0 on Chrome 99. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant