Skip to main content

isSecure

Type

property

Summary

Indicates if all resources in the current document have been loaded through securely encrypted connections.

Syntax

get the isSecure of <widget>

Description

Use the isSecure property to determine if all resources in the current document have been loaded through securely encrypted connections. If the current document is still loading, this will return false

Value

NameTypeDescription

value

boolean

true if all resources in the current document have been loaded through securely encrypted connections; false otherwise.