Header menu logo fable-electron-docs-api

Info Type

Constructors

Constructor Description

Info(?securityOrigin, ?csp, ?name)

Full Usage: Info(?securityOrigin, ?csp, ?name)

Parameters:
    ?securityOrigin : string - Security origin for the isolated world.
    ?csp : string - Content Security Policy for the isolated world.
    ?name : string - Name for isolated world. Useful in devtools.

Returns: Info
?securityOrigin : string

Security origin for the isolated world.

?csp : string

Content Security Policy for the isolated world.

?name : string

Name for isolated world. Useful in devtools.

Returns: Info

Instance members

Instance member Description

this.csp

Full Usage: this.csp

Content Security Policy for the isolated world.

this.name

Full Usage: this.name

Name for isolated world. Useful in devtools.

this.securityOrigin

Full Usage: this.securityOrigin

Security origin for the isolated world.

Type something to start searching.