UNPKG

ti-debug

Version:

Server-side components for WebKit Remote Debugging

10 lines (7 loc) 221 B
function DOMStorage() { } DOMStorage.prototype.enable = function (params, callback) { callback(null); }; /* ************************************************************************** */ module.exports = DOMStorage;