summaryrefslogtreecommitdiff
path: root/js/truncate.ts
AgeCommit message (Collapse)Author
2018-10-17Optimization: Reuse ArrayBuffer during serialization.Ryan Dahl
2018-10-14Align JSDoc to style guide.Kitson Kelly
2018-10-04Rename fbs to msg.Ryan Dahl
2018-10-04Rename flatbuffer base.msg to base.innerRyan Dahl
This better disambiguates with the msg_generated.ts module, which in JS we call "fbs", but would be better called "msg".
2018-10-01Format.Ryan Dahl
2018-09-30Add deno.truncate (#805)ztplz