Replies: 1 comment
-
Yes, if you want to use the load fetch function you can pass it as an argument like so :
And if you want to use it throughout your page, you can redefine it by doing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to call the load fetch function somewhere in my code. Do i have to pass it as argument down to the place i want to use it or is there a way to call it from anywhere in the code without having to pass it as an argument.
Am i right to say that if i am not passing it as argument and i call fetch it will not be the right "load fetch" function but the "classic fetch" function ?
Beta Was this translation helpful? Give feedback.
All reactions