cgkineo / adapt-xAPI

An extension to utilise The Experience API (xAPI) to collect data on human performance, stored within a suitable Learning Record Store (LRS).
GNU General Public License v3.0
2 stars 1 forks source link

Fix: fetch-polyfill `init` error #28

Closed danielghost closed 6 months ago

danielghost commented 6 months ago

Fixes #19.

Fix

oliverfoster commented 6 months ago

It might be wise to remove the polyfills? Unless you need fw<4.4.0 or IE11 compatibility?

https://caniuse.com/?search=fetch https://caniuse.com/?search=promise https://caniuse.com/?search=url

History of libraries folder https://github.com/cgkineo/adapt-xAPI/commits/master/libraries Joe's last update, 7 months ago, was just var > const ES6 conversion. Otherwise they haven't changed in 4 years.

danielghost commented 6 months ago

https://github.com/cgkineo/adapt-xAPI/issues/29 has been raised regarding the polyfills.

Currently the plugin still supports framework >= 3.0.0, but this will change as part of https://github.com/cgkineo/adapt-xAPI/issues/13.

github-actions[bot] commented 6 months ago

:tada: This PR is included in version 2.1.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: