mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-08 08:04:21 +01:00
fetchWorker: Array.from --> [...]
This commit is contained in:
@@ -14,7 +14,7 @@ export const FetchWorker = {
|
||||
{
|
||||
status: response.status,
|
||||
statusText: response.statusText,
|
||||
headers: Array.from(response.headers.entries()),
|
||||
headers: [...response.headers.entries()],
|
||||
},
|
||||
];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user