ClearBrowsingDataInTimeRange behaves like ClearBrowsingData except that it
takes in two additional parameters for the start and end time for which it
should clear the data between. The startTime and endTime
parameters correspond to the number of seconds since the UNIX epoch.
startTime is inclusive while endTime is exclusive, therefore the data will
be cleared between [startTime, endTime).
ClearBrowsingDataInTimeRange behaves like ClearBrowsingData except that it takes in two additional parameters for the start and end time for which it should clear the data between. The startTime and endTime parameters correspond to the number of seconds since the UNIX epoch. startTime is inclusive while endTime is exclusive, therefore the data will be cleared between [startTime, endTime).