Laravel ajax

I pass parameters to the background through the ajax foreground and print parameters console with dump in the background. If the console is empty, other print statements will have a value output. Why?

dump


Jun.20,2022

this is more often a problem with Chrome developer tools, which can be tested with other tools such as fildder.


through the printout console you need js output to display


var_dump ('hello world')

Menu