Clears data that the browser has saved for autofilling forms.
You can use the removalOptions parameter, which is a browsingData.RemovalOptions object, to:
- clear only form data entered after a given time
- control whether to clear only form data entered in normal web pages or to clear data entered in hosted apps and extensions as well.
This is an asynchronous function that returns a Promise.