diff options
author | 2024-03-06 14:57:21 +0100 | |
---|---|---|
committer | 2024-03-06 20:13:39 -0800 | |
commit | a074773e6c5d3b2066094cbac0502094aa364713 (patch) | |
tree | 79c4c5d7c4d74f0898c8fc9f5a54a5ecefbfac6b /internal/ui/static/js/keyboard_handler.js | |
parent | 3d0126be0b8a603401b7593250f80b0a8042b995 (diff) | |
download | v2-a074773e6c5d3b2066094cbac0502094aa364713.tar.gz v2-a074773e6c5d3b2066094cbac0502094aa364713.tar.zst v2-a074773e6c5d3b2066094cbac0502094aa364713.zip |
Use an io.ReadSeeker instead of an io.Reader to parse feeds
This will allow to make use of func (*Reader) Seek, instead of re-recreating a
new reader. It's a large commit for a small change, but anything to simply the
reader/buffer/ReadAll/… mess is a step in the right direction I think, and it
should enable more follow-up simplifications.
Diffstat (limited to 'internal/ui/static/js/keyboard_handler.js')
0 files changed, 0 insertions, 0 deletions