Google Chrome browser allows us to enable experimental web platform features to test functionality that might land in the future version of the browser. Experimental web platform feature allows the developer to do quick sanity of the application by enabling features that might cause issues later in application post the feature actually lands in stable Chrome release.
I enabled a few feature flags and forgot about it. Later due to one of the flags, some of the features stopped working - particularly Web Share API. You can read about the entire conversation here
chrome://flags
in the address bar and hit enter.Enabled
optionAfter the feature is enabled Chrome might ask you to restart the browser
chrome://flags
in the address bar and hit enter.Disabled
optionAfter the feature is disabled Chrome might ask you to restart the browser
chrome://flags
in the address bar and hit enter.Reset all
button to reset all feature to their default valuesAfter the feature is disabled Chrome might ask you to restart the browser