export async function fetch(...args){
	return window.fetch(...args);
}