nsISupports
Last changed in Gecko 11.0 (Firefox 11.0 / Thunderbird 11.0 / SeaMonkey 2.8)void isVisited(in nsIURI aURI, in boolean aVisitedStatus); |
Called when the mozIAsyncHistory.isURIVisited()
method's check to determine whether a given URI has been visited has completed. Implement this method to determine the results of the request.
void isVisited( in nsIURI aURI, in boolean aVisitedStatus );
aURI
aVisitedStatus
true
if the specified URI has been visited; otherwise false
.