ExodusMovement / fetch

MIT License
0 stars 0 forks source link

fix: export bound fetch for browser #16

Closed r4vn closed 6 months ago

r4vn commented 6 months ago

Summary

The currently exported fetch is bound to the exported object and not window in the browser. This creates Invalid invocation errors for dependents.

To avoid this, the browser export now uses festival.fetch, which ensures a proper binding.

fboucquez commented 6 months ago

utACK