Home > hls.js > CMCDController > appendQueryToUri
CMCDController.appendQueryToUri() method
Append query args to a uri.
Signature:
static appendQueryToUri(uri: any, query: any): any;Parameters
| Parameter | Type | Description |
|---|---|---|
| uri | any | |
| query | any |
Returns:
any