Fix fetch methods
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Remote from "../../polyfill/remote";
|
||||
|
||||
const methods = new Set(["GET" | "PUT" | "POST" | "DELETE"]);
|
||||
const methods = new Set(["GET", "PUT", "POST", "DELETE"]);
|
||||
|
||||
class FetchResponse extends Response {
|
||||
constructor(options) {
|
||||
|
||||
Reference in New Issue
Block a user