Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
codedread
/
kthoom
Public
forked from
gitter-badger/kthoom
Notifications
You must be signed in to change notification settings
Fork
25
Star
145
Code
Issues
19
Pull requests
0
Discussions
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 20, 2025
Bump js-yaml from 4.1.0 to 4.1.1 (#87)
Show description for 8534eba
dependabot[bot]
authored
8534eba
Copy full SHA for 8534eba
Commits on Oct 5, 2025
Update to bitjs 1.2.5 to fix race condition bug in Zipper
codedread
committed
397e9e9
Copy full SHA for 397e9e9
Commits on Sep 7, 2025
Bump golang.org/x/net from 0.23.0 to 0.38.0 in /tools/desadulate (#85)
Show description for af5ed5d
dependabot[bot]
authored
af5ed5d
Copy full SHA for af5ed5d
Commits on Aug 31, 2025
Bump form-data from 4.0.0 to 4.0.4 (#84)
Show description for 14e7141
dependabot[bot]
authored
14e7141
Copy full SHA for 14e7141
Bump golang.org/x/net from 0.33.0 to 0.38.0 in /tools/modules/books (#83)
Show description for f0964c4
dependabot[bot]
authored
f0964c4
Copy full SHA for f0964c4
Commits on Feb 23, 2025
Bump golang.org/x/net from 0.23.0 to 0.33.0 in /tools/modules/books (#81)
Show description for bc64780
dependabot[bot]
authored
bc64780
Copy full SHA for bc64780
Bump serialize-javascript and mocha (#80)
Show description for ae22f46
dependabot[bot]
authored
ae22f46
Copy full SHA for ae22f46
Commits on Dec 11, 2024
Check for required executables before desadulate does its work
codedread
committed
6ec1a41
Copy full SHA for 6ec1a41
Commits on Dec 9, 2024
Bump braces from 3.0.2 to 3.0.3 (#76)
Show description for e1a41dc
dependabot[bot]
authored
e1a41dc
Copy full SHA for e1a41dc
Bump golang.org/x/net from 0.17.0 to 0.23.0 in /tools/desadulate (#75)
Show description for 538a643
dependabot[bot]
authored
538a643
Copy full SHA for 538a643
Bump golang.org/x/net from 0.7.0 to 0.23.0 in /tools/modules/books (#74)
Show description for d3388f0
dependabot[bot]
authored
d3388f0
Copy full SHA for d3388f0
Finish updating bitjs to 1.2.4
codedread
committed
e19d3c3
Copy full SHA for e19d3c3
Fix issue #79: Remember which folders have been collapsed in the Reading Stack
codedread
committed
bcd054c
Copy full SHA for bcd054c
Update to bitjs 1.2.4
codedread
committed
79a797b
Copy full SHA for 79a797b
Commits on Oct 20, 2024
Add a method to get the filename for a Book for downloading.
codedread
committed
1c4dd2b
Copy full SHA for 1c4dd2b
Commits on Oct 5, 2024
Bump ws from 8.14.2 to 8.17.1 (#77)
Show description for 0a3680a
dependabot[bot]
authored
0a3680a
Copy full SHA for 0a3680a
Commits on Jul 4, 2024
Remove most debugging messages. Change debugFetch param into fetchMode=chunkByChunk to test it
codedread
committed
8d30712
Copy full SHA for 8d30712
Fallback to the XHR-like way of using fetch() and just grab all bytes as a single ArrayBuffer. Trying to see if this has the same weird problems as the chunk-by-chunk fetch.
codedread
committed
6e27a7f
Copy full SHA for 6e27a7f
Rewrite Book.loadFromFetch() using async/await.
codedread
committed
42e516a
Copy full SHA for 42e516a
Continue debugging journey for race condition
codedread
committed
44e16b0
Copy full SHA for 44e16b0
Yet more debug logging for EPUB race condition
codedread
committed
5dc9f12
Copy full SHA for 5dc9f12
More debugging for EpubBookBinder
codedread
committed
9193ea1
Copy full SHA for 9193ea1
Ensure ArrayBuffer in the Book is a copy of the ArrayBuffer that is transferred into the Worker.
codedread
committed
2a740e6
Copy full SHA for 2a740e6
Create a new ArrayBuffer in the Book before sending to the BookBinder (which can transfer the ArrayBuffer into a worker).
codedread
committed
75cee8a
Copy full SHA for 75cee8a
Yet more debugging strings
codedread
committed
32e3490
Copy full SHA for 32e3490
Fix race condition with fetch() loading chunks of bytes at a time and asynchronously initializing the BookBinder and its decompression implementation (unzip.js)
codedread
committed
a9772c3
Copy full SHA for a9772c3
Commits on Jul 3, 2024
Update ServiceWorker with new files and ignore non-GET request for caching
codedread
committed
b5336e6
Copy full SHA for b5336e6
Moar debugs
codedread
committed
29637f9
Copy full SHA for 29637f9
Embarassing. I forgot how Params worked in this project.
codedread
committed
8629a83
Copy full SHA for 8629a83
woops, missed an import :(
codedread
committed
9e9d184
Copy full SHA for 9e9d184
Add some logging to debug race condition with fetch
codedread
committed
632d197
Copy full SHA for 632d197
Commits on Jun 30, 2024
Concatenate the bytes properly into the new Uint8Array
codedread
committed
ab98fc1
Copy full SHA for ab98fc1
Fix a bug when appending bytes in Book
codedread
committed
c15d683
Copy full SHA for c15d683
Commits on Jan 27, 2024
Bumping embedded bitjs for native unzipping. CBZs unzip very fast now!
codedread
committed
4161f7a
Copy full SHA for 4161f7a
Commits on Nov 22, 2023
Start on unit tests for TwoPageSetter
codedread
committed
8d2c86f
Copy full SHA for 8d2c86f
Pagination
Previous
Next
You can’t perform that action at this time.