Top "Reload" questions

reloading is the process of re-requesting and re-rendering the currently displayed page

Preventing Firefox reload confirmation

I'm displaying certain records in an editable table. The user when attempts to reload the table while editing a record …

javascript firefox google-chrome reload onbeforeunload
location.reload(true) is deprecated

I know that it is not ideal to reload an Angular Single Page Application. However there is a place that …

javascript angular reload tslint
How to force a page to reload if all what was changed in url is hash?

I am trying to reload current page with different url hash, but it doesn't work as expected. (Clarification how I …

javascript url hash location reload
ObjectContext.Refresh()?

How to update ALL the dirty entities from the data store, and reset their changed values to the original store …

entity-framework refresh reload dirty-data objectstatemanager
How to stop chrome from caching

I need to force the browser to reload the previous page from the server when the user presses the back …

html google-chrome reload meta-tags
React Native - Whats the best way to remount / reset / reload a screen?

In React-Native, is there a way (or ways) to remount or reload the whole screen? Im building a calculator, and …

react-native reload mount
Ruby on Rails 3 - Reload lib directory for each request

I'm creating a new engine for a rails 3 application. As you can guess, this engine is in the lib directory …

ruby-on-rails reload rails-engines ruby-on-rails-3
Go back and reload page - one button

I need to go back on previous page and refresh it. I use history.go(-1) but the form on …

javascript reload back page-refresh
Refresh NSFetchedResultsController data?

I can create new managed objects inside my app, in a separate view I have a table view which shows …

ios core-data reload
ios tableView reloadRowsAtIndexPaths not working

I have an issue where I have a UITableViewController and when the view appears I do some calculations asynchronously which …

ios uitableview reload