UNPKG
ti-debug
Version:
latest (0.2.1)
0.2.1
Server-side components for WebKit Remote Debugging
github.com/dpb587/ti-debug
dpb587/ti-debug
ti-debug
/
lib
/
dbgp
/
protocol
/
inspector
/
agent
/
domstorage.js
10 lines
(7 loc)
•
221 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
function DOMStorage() { } DOMStorage.prototype.enable = function (params, callback) {
callback(null); };
/*
****
****
****
****
****
****
****
****
****
****
****
****
****
****
****
****
****
****
**
*/ module.exports = DOMStorage;