Hi,
I think There is no supported way to refresh Tab. You can refresh the tab using some unsupported way. instead of that you can refresh the Web resource.
var OnchangeEvent = function(){
var wrControl = Xrm.Page.ui.controls.get("nameofwebresoucecontrol");
wrControl.setSrc(wrControl.getSrc());
}
HTH!
Thanks!