-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I suspect something inside a Promise is not working inside fetchival. Its is not working with Version 9.1.3, and no error messages are shown. The promise never gest fulfilled.
Code example bellow (work on Chrome and Firefox).
console.log('Console log works here');
fetchival(module.settings.endpoint(['user', apiKey])).get().then(function(response) {
console.log("Iam here, but never works on safari");
console.log(response);
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels