getAbsoluteUri

Given a relative Uri and a base Uri, returns the absolute Uri of the relative Uri.
Example:
//absolute Uri will be "https://test.com/awesome.png";
const absoluteUri = Cesium.getAbsoluteUri('awesome.png', 'https://test.com');