thanhlong203 / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

UrlCapture have no getCapturedFileName method #159

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In original Gears API we have method getCapturedFileName to get stored file, 
in UrlCapture.js we need do something like this:

var localServer = new goog.gears.UrlCapture('cache');
return localServer.getResourceStore_.getCapturedFileName( url ); 

Original issue reported on code.google.com by it.rele...@gmail.com on 4 Jun 2010 at 1:57

GoogleCodeExporter commented 8 years ago

Original comment by nn...@google.com on 23 Apr 2012 at 9:52