Ask a question to get started
Enter to sendā¢Shift+Enter new line
objectURL: Promise<string>
Lazy URL.createObjectURL over blob. Cached: first access creates the URL, subsequent accesses return the same one. Call revoke to free the URL slot; the next access creates a fresh URL. ThreadStream.close() auto-revokes as a safety net.
ThreadStream.close()