# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/lrarmha
高效傳輸大的 JSON 數據,流式處理真香!**
什麼是 TextDecoder API-------------------TextDecoder[1] API 是一個用於將二進制數據(通常是 ArrayBuffer 或 TypedArray)解碼爲字符串的 JavaScript API。它是 Web 平臺的一部分,主要用於處理文本編碼的解碼工作。比如,從服務器接收到的流式數據、文件數據等。爲什麼使用 TextDecoder API------ ⌘ Read more