webix.send

Hi.

Is there any webix’s function that emulate Dom’s self.location.href= “…” ?
webix.send is sending a POST. It’s not what i want.

Thanks

just use native self.location.href= “…”. no need to emulate