# 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/tf3stua
前端中的 File 和 Blob 兩個對象到底有什麼不同**
JavaScript 在處理文件、二進制數據和數據轉換時,提供了一系列的 API 和對象,比如 File、Blob、FileReader、ArrayBuffer、Base64、Object URL 和 DataURL。每個概念在不同場景中都有重要作用。下面的內容我們將會詳細學習每個概念及其在實際應用中的用法。接下來的內容中我們將來了解 File 和 Blob 這兩個對象。blob在 JavaScr ⌘ Read more