comparison src/chat.js @ 49:97b0d206cacd

add chat.json
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 15 Aug 2025 08:43:24 +0900
parents cc20eebaa74a
children 85c5f62070d8
comparison
equal deleted inserted replaced
48:a119fc092f42 49:97b0d206cacd
146 startRecording(); 146 startRecording();
147 } else { 147 } else {
148 recorder.stop(); 148 recorder.stop();
149 } 149 }
150 } 150 }
151
152 function chatJson() {
153 location = `chat.json?chat=${chat.id}`;
154 }