@@ -20,10 +20,10 @@ description: Dynamic Web TWAIN SDK Documentation API Reference Global APIs Page
2020
2121** Properties**
2222
23- | [ ` Autoload ` ] ( #autoload ) | [ ` Containers ` ] ( #containers ) | [ ` CustomizableDisplayInfo ` ] ( #customizabledisplayinfo ) | [ ` DeviceFriendlyName ` ] ( #devicefriendlyname ) |
24- | [ ` Host ` ] ( #host ) | [ ` IfAddMD5InUploadHeader ` ] ( #ifaddmd5inuploadheader ) | [ ` IfConfineMaskWithinTheViewer ` ] ( #ifconfinemaskwithintheviewer ) | [ ` JSVersion ` ] ( #jsversion ) |
25- | [ ` ProductKey ` ] ( #productkey ) | [ ` ResourcesPath ` ] ( #resourcespath ) | [ ` ServiceInstallerLocation ` ] ( #serviceinstallerlocation ) | [ ` UseDefaultViewer ` ] ( #usedefaultviewer ) |
26- | [ ` IfCheckCORS ` ] ( #ifcheckcors ) | [ ` IfAlwaysFocusOnPopupWindow ` ] ( #ifalwaysfocusonpopupwindow ) | | |
23+ | [ ` AutoLoad ` ] ( #autoload ) | [ ` Containers ` ] ( #containers ) | [ ` CustomizableDisplayInfo ` ] ( #customizabledisplayinfo ) | [ ` DeviceFriendlyName ` ] ( #devicefriendlyname ) |
24+ | [ ` EnableLocalNetworkMixedContent ` ] ( #enablelocalnetworkmixedcontent ) | [ ` Host ` ] ( #host ) | [ ` IfAddMD5InUploadHeader ` ] ( #ifaddmd5inuploadheader ) | [ ` IfConfineMaskWithinTheViewer ` ] ( #ifconfinemaskwithintheviewer ) |
25+ | [ ` JSVersion ` ] ( #jsversion ) | [ ` ProductKey ` ] ( #productkey ) | [ ` ResourcesPath ` ] ( #resourcespath ) | [ ` ServiceInstallerLocation ` ] ( #serviceinstallerlocation ) |
26+ | [ ` UseDefaultViewer ` ] ( #usedefaultviewer ) | [ ` IfCheckCORS ` ] ( #ifcheckcors ) | [ ` IfAlwaysFocusOnPopupWindow ` ] ( #ifalwaysfocusonpopupwindow ) | |
2727
2828** Events**
2929
@@ -805,6 +805,38 @@ DeviceFriendlyName: string;
805805
806806---
807807
808+ ## EnableLocalNetworkMixedContent
809+
810+ If enabled, the library will use HTTP to communicate with the service. The host must be ` localhost ` or ` 127.0.0.1 ` . The default value is ` false ` .
811+
812+ ** Syntax**
813+
814+ ``` typescript
815+ EnableLocalNetworkMixedContent : boolean ;
816+ ```
817+
818+ ** Availability**
819+
820+ <div class =" availability " >
821+ <table >
822+
823+ <tr >
824+ <td align =" center " >H5(Windows)</td >
825+ <td align =" center " >H5(macOS)</td >
826+ <td align =" center " >H5(Linux)</td >
827+ </tr >
828+
829+ <tr >
830+ <td align =" center " >v19.3+</td >
831+ <td align =" center " >v19.3+</td >
832+ <td align =" center " >v19.3+</td >
833+ </tr >
834+
835+ </table >
836+ </div >
837+
838+ ----
839+
808840## Host
809841
810842Specify the target address for the local Dynamic Web TWAIN Service.
0 commit comments