We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e7468 commit d9893eeCopy full SHA for d9893ee
src/fetch.js
@@ -2,9 +2,8 @@ import { ChainlinkDataStreamsConsumerError } from './error.js';
2
import { EventEmitter } from './event.js'
3
import { Report } from './report.js'
4
5
-export class Fetcher extends EventEmitter {
+export class Fetcher {
6
constructor (options = {}) {
7
- super()
8
const { auth, url } = options
9
this.auth = auth;
10
this.url = url;
0 commit comments