mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
fix abort controller error
This commit is contained in:
parent
de0b3b8427
commit
af8ac930f2
2 changed files with 0 additions and 4 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import AbortController from 'abort-controller';
|
||||
|
||||
import { makeFullUrl } from '@/fetchers/common';
|
||||
import { FetchLike } from '@/fetchers/fetch';
|
||||
import { makeStandardFetcher } from '@/fetchers/standardFetch';
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
import AbortController from 'abort-controller';
|
||||
|
||||
import { serializeBody } from '@/fetchers/body';
|
||||
import { makeFullUrl } from '@/fetchers/common';
|
||||
import { FetchLike, FetchReply } from '@/fetchers/fetch';
|
||||
|
|
|
|||
Loading…
Reference in a new issue