``` var resp = await fetch(url, { method: "MOVE", headers: { destination: newURL } }) ``` ``` Failed to read the 'headers' property from 'RequestInit': String contains non ISO-8859-1 code point. ```