mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-01 01:34:21 +02:00
Merge branch 'develop' into mahjong
This commit is contained in:
@@ -1875,7 +1875,7 @@ type FetchExternalResourcesResponse = operations['fetch-external-resources']['re
|
||||
// @public (undocumented)
|
||||
type FetchLike = (input: string, init?: {
|
||||
method?: string;
|
||||
body?: string;
|
||||
body?: Blob | FormData | string;
|
||||
credentials?: RequestCredentials;
|
||||
cache?: RequestCache;
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user