Transcript now vailable without the IDE

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Transcript now vailable without the IDE

Nicolas Petton
Hi,

The transcript is now available when the IDE isn't loaded through the
console object.

That means that projects using NodeJs, etc can now perform "Transcript
show: anObject" instead of "console log: ..."

Note that you can create your own Transcript class and register it with:
Transcript register: myTranscript

Cheers,
Nico