origin property

String? origin
getter/setter pair

The values from Origin header from the HTTP request, such as "https://console.cloud.google.com".

Modern browsers can only have one origin. Special browsers and/or HTTP clients may require multiple origins.

Implementation

core.String? origin;