fix: set duplex property when uploading media to server (#1837)
* fix: set duplex to half in getWAUploadToServer * fix: add duplex to RequestInit interface
This commit is contained in:
Vendored
+1
@@ -1,6 +1,7 @@
|
||||
declare global {
|
||||
interface RequestInit {
|
||||
dispatcher?: any
|
||||
duplex?: 'half' | 'full'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user