blob: f9acb4f89e78bfab4043b0f58bb2a2d358ec5144 [file] [log] [blame]
/*
* weinre is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
*
* Copyright (c) 2010, 2011 IBM Corporation
*/
require ../common/Weinre
//-----------------------------------------------------------------------------
//
//-----------------------------------------------------------------------------
class WebInspectorResourceHandlerImpl
//-----------------------------------------------------------------------------
//
//-----------------------------------------------------------------------------
method cachedResources(callback)
// callback: function()
Weinre.notImplemented(arguments.callee.signature)
//-----------------------------------------------------------------------------
//
//-----------------------------------------------------------------------------
method resourceContent(/*int*/ frameID, /*string*/ url, callback)
// callback: function()
Weinre.notImplemented(arguments.callee.signature)