Open SandeepJoel opened 2 years ago
do you really want to know..? 🥴
Atleast have we documented this somewhere in this repo ?
you can see here that it's just importing jquery to use as its ajax method.
Don't think it's documented anymore. There's an ember-ajax-fetch which has a very similar api but uses fetch.
Got the error "Could not find module
jquery
imported fromember-ajax/utils/ajax
" while executing the below function call.Doing
ember install @ember/jquery
seems to fix this issue. Why is this fix needed ?