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
console.log(`Local network access is currently denied.\n\nPlease go to:\n${settingsUrl}\nand enable 'Local network access' permission for this site.`);
123
+
// Optionally show a UI guide or help link here.
124
+
} elseif (state ==="prompt") {
125
+
alert("To connect with the local scanning service, Chrome will ask for 'Local network access' permission.\n\nPlease click 'Allow' when prompted.");
126
+
// Proceed to init DWT after this message.
127
+
// e.g., Dynamsoft.DWT.Load() or CreateDWTObjectEx or your init DWT function
0 commit comments