You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.
I had assumed chrome.runtime.reload would force all pending file operations to be flushed. It's not what is happening. Fix is to ensure the file operations have completed before forcing a reload of the extension.
The text was updated successfully, but these errors were encountered:
gorhill
changed the title
"Restore from file" doesn't always restore a user custom ubiquitous rules
"Restore from file" doesn't always restore a user's custom ubiquitous rules
Apr 11, 2014
I had assumed
chrome.runtime.reload
would force all pending file operations to be flushed. It's not what is happening. Fix is to ensure the file operations have completed before forcing a reload of the extension.The text was updated successfully, but these errors were encountered: