You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the fetch method is a string, but not all values are valid. We should specify the allowed HTTP methods.
Reference: MDN - HTTP Methods.
I can create a PR for this, but we need a way to handle case insensitivity when checking the method.
Currently, the
fetchmethod is a string, but not all values are valid. We should specify the allowed HTTP methods.Reference: MDN - HTTP Methods.
I can create a PR for this, but we need a way to handle case insensitivity when checking the method.