kudo070 said:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
Как с эти бороться ? LARAVEL 5.2 Хочу получить содержимое страницы через ajax
Route::get('/faq', ['as' => 'faq', 'uses' => 'Pages@faq']); Route::post('/faq', ['as' => 'faq', 'uses' => 'Pages@faq']);
Работаю через load(); //js
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community