-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
PR is more than welcomedExtra attention is neededExtra attention is neededenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
maplibre-gl-js version: 5.18.0
browser: Just tested on Google Chrome 87. Caniuse.com states it's not supported before Google Chrome 100
Steps to Trigger Behavior
- Visit any of the examples on maplibre.org in a browser older than Google Chrome 100
- Open console, see an error like
.signal.throwIfAborted is not a function (ajax.ts:186)
Seems to originate from here:
maplibre-gl-js/src/util/ajax.ts
Line 186 in 5102ccb
| abortController.signal.throwIfAborted(); |
Expected Behavior
Support for older browsers. As of today, caniuse.com reports that around 5% of browsers do not support throwIfAborted
Actual Behavior
Not compatible with older browsers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PR is more than welcomedExtra attention is neededExtra attention is neededenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers