registerNoCorsDomains
FunctionregisterNoCorsDomains(authorizedCrossOriginNoCorsDomains: string[]): voidRegister the domains that are allowed to be used in no-cors requests
This is called by request when the portal/self response is intercepted
and the .authorizedCrossOriginNoCorsDomains property is set.
Parameters
| Parameter | Type |
|---|---|
authorized | string[] |
Returns
void