ZernikalosloaderloadFromUrlloadFromUrl js fun loadFromUrl(url: String): Promise<ZKo>(source)Loads a ZObject from the specified URL.This function fetches the data from the URL, converts into a ZObject instance.ReturnA Promise that resolves to the loaded ZObject.ParametersurlThe URL from which to load the data.