ti-debug
Version:
Server-side components for WebKit Remote Debugging
15 lines (10 loc) • 362 B
JavaScript
function ApplicationCache() {
}
/* ************************************************************************** */
ApplicationCache.prototype.getFramesWithManifests = function (params, callback) {
callback({
frameIds: []
});
};
/* ************************************************************************** */
module.exports = ApplicationCache;