appbaseio / appbaseio/reactivesearch

ReferenceError: AbortController is not defined in 3.45.0 because of recent changes

Open
#2,243 5 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
4.9k
Forks
478
PR merge metrics
No merged PRs in 30d

Description

**Affected Projects**
React

**Library Version:** x.y.z

3.45.0

**Describe the bug**

I started getting errors in my live project for version 3.45.0 because of recent fixes.
ReferenceError: AbortController is not defined
node_modules/@appbaseio/reactivesearch/node_modules/appbase-js/dist/appbase-js.cjs.js (456:26)

Kindly please fix it or "appbase-js": "^5.3.4" to 5.0.1

This is the error!!!!!!
var controller = new AbortController();
var signal = controller.signal;

**To Reproduce**
Steps to reproduce the behavior:
Run the project using 3.45.0

node version v14.16.1
6.14.12

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.