Home | History | Annotate | Download | only in api

Lines Matching full:visited

2155               "startTime": {"type": "number", "optional": true, "description": "Limit results to those visited after this date, represented in milliseconds since the epoch."},
2156 "endTime": {"type": "number", "optional": true, "description": "Limit results to those visited before this date, represented in milliseconds since the epoch."},
2251 "description": "Fired when a URL is visited, providing the HistoryItem data for that URL.",