mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:03:26 +00:00
Add stream targets
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const { makeProviders, makeStandardFetcher } = require('../lib/index.umd.js');
|
||||
const { makeProviders, makeStandardFetcher, targets } = require('../lib/index.umd.js');
|
||||
|
||||
const providers = makeProviders({
|
||||
fetcher: makeStandardFetcher(fetch),
|
||||
target: targets.BROWSER,
|
||||
});
|
||||
|
@@ -2,4 +2,5 @@ import { makeProviders, makeStandardFetcher } from '../lib/index.mjs';
|
||||
|
||||
const providers = makeProviders({
|
||||
fetcher: makeStandardFetcher(fetch),
|
||||
target: targets.BROWSER,
|
||||
});
|
||||
|
Reference in New Issue
Block a user