https://github.com/node-inspector/node-inspector
// Remove all window.localStorage.clear() // Or, to list keys so you can selectively remove them with removeItem() window.localStorage // Remove all the watch expressions window.localStorage.removeItem('watchExpressions') // Remove all the breakpoints window.localStorage.removeItem('breakpoints')
등록된 댓글이 없습니다.