framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.04k stars 3.23k forks source link

app.request wrapper for fetch in v8 #4161

Closed godpod closed 1 year ago

godpod commented 1 year ago

app.request along with others like app.request.get, app.request.postJSON and other methods can be retained as a wrapper to the Fetch API.

v8 remove app.request but it will greatly impact the way the older apps who are planning to migrate from v7 to v8. Instead of fully removing it, either in Dom7 or otherwise wrappers can be written to give the apps ability to still call the older app.request.

Please consider this as an alternative to removing app.request permanently.