Ajax Command Page Reload

Usage:

Add the library to the page with something like:

`$form['#attached']['library'][] = "ajax_command_page_reload/ajax_commands";`

Then a callback can send the command:

`$response->addCommand(new PageReloadCommand());`
