The Wayback Machine - https://web.archive.org/web/20201031062614/https://github.com/chromium/hterm
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
doc
 
 
etc
 
 
 
 
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 

README.md

hterm

hterm is a JS library that provides a terminal emulator. It is reasonably fast, reasonably correct, and reasonably portable across browsers.

Do not confuse this with an ssh client (like Secure Shell) or a shell environment by itself. It only provides the platform for rendering terminal output and accepting keyboard input.

Contact

The chromium-hterm mailing list can be used to contact other users and developers for questions.

Our existing set of bugs/feature requests can be found at https://goo.gl/VkasRC.

To file an actual report, you can use https://goo.gl/vb94JY. This will route to the right people.

Requirements

We require ECMAScript 6 (ES6), aka ES2015. If you're using an older runtime, then sorry, you're not supported. Fortunately, all modern browsers today have full ES6 support!

We might use some ES2016+ features as we deem useful, but only ones that can be polyfilled (and we'll include those polyfills by way of libdot). We'll avoid language features (such as await and async) that can't be polyfilled.

Of course, we might slip up and use something that violates these stated goals. Feel free to let us know via the Contact section above! :)

Mirrors & Packaging

Documentation

You can’t perform that action at this time.