-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AsyncGlk: Support transcript recording
- Loading branch information
1 parent
9748501
commit d59f60a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule asyncglk
updated
5 files
+28 −3 | src/glkote/common/glkote.ts | |
+125 −0 | src/glkote/web/transcript-recorder.ts | |
+34 −1 | src/glkote/web/web.ts | |
+50 −0 | tools/transcript-server/README.md | |
+108 −0 | tools/transcript-server/transcript-server.php |