const fetchDoc=async(a,b)=>{return new DOMParser().parseFromString(await(await fetch(a,b)).text(),'text/html')};