标签: javascript fetch-api
It is said that this request mode is a special mode。太特殊了,我无法找到使用它的示例,并且下面的代码在控制台中引发错误。
fetch("http://ytrezq.sdfeu.org/flashredirect/?https://github.com/git-receive-pack", {mode:"navigate"}) .then(function(response) {console.log(response);});;