Skip to content

Commit 6e84586

Browse files
author
Zb
committed
fixes #176
1 parent 4e52d21 commit 6e84586

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface XhrHeaders {
2020
export interface XhrBaseConfig {
2121
useXDR?: boolean;
2222
sync?: boolean;
23-
method?: 'DELETE' | 'GET' | 'HEAD' | 'OPTIONS' | 'POST' | 'PUT';
23+
method?: 'DELETE' | 'GET' | 'HEAD' | 'OPTIONS' | 'POST' | 'PUT' | 'PATCH';
2424
timeout?: number;
2525
headers?: XhrHeaders;
2626
body?: string | any;

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)