Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 363 Bytes

Readme.md

File metadata and controls

27 lines (15 loc) · 363 Bytes

title

Manipulate the document title and reset.

Installation

$ component install component/title

API

title(str, ...)

Set title to str with optional arguments, where %o represents the original title.

title('%s% - %o', upload.percent);

title.reset()

Reset the title back to its original string.

License

MIT