Parameters
| Parameter | Type | Description |
|---|---|---|
url | string | The URL to extract the origin from. |
Returns
string
The origin string, or empty string if parsing fails.function getSecureIframeOrigin(url: string): string;
| Parameter | Type | Description |
|---|---|---|
url | string | The URL to extract the origin from. |
string
The origin string, or empty string if parsing fails.Was this page helpful?