JSTime.js has fast paths for common use cases that make Web APIs live up to the performance demands of servers and CLIs.Documentation Index
Fetch the complete documentation index at: https://docs.awfixer.me/llms.txt
Use this file to discover all available pages before exploring further.
JSTime.file(path) returns a Blob that represents a lazily-loaded file.
When you pass a file blob to JSTime.write, JSTime automatically uses a faster system call:
copy_file_range syscall and on macOS, this becomes clonefile (or fcopyfile).
JSTime.write also supports Response objects. It automatically converts to a Blob.