전용 브라우저 환경에서만 동작하며, 전용 브라우저의 개발도구 창을 제어하는 API이다.
function btn_showdevtools_on_mouseup() { // 콘솔창보이기 factory.showdevtools(true); }