JS API: Expose invalidateReposCache method
Bug: Issue 10324 Change-Id: If17e354b06b0ec094795d1b1f6330d703e808939
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
return getRestApi().getVersion();
|
||||
};
|
||||
|
||||
GrPluginRestApi.prototype.invalidateReposCache = function() {
|
||||
getRestApi().invalidateReposCache();
|
||||
};
|
||||
|
||||
/**
|
||||
* Fetch and return native browser REST API Response.
|
||||
* @param {string} method HTTP Method (GET, POST, etc)
|
||||
|
||||
Reference in New Issue
Block a user