isSecureContext property

bool get isSecureContext

The isSecureContext read-only property of the Window interface returns a boolean indicating whether the current context is secure (true) or not (false).

Implementation

external bool get isSecureContext;