Closed jakearchibald closed 4 months ago
createTextSession() returns an instance, that has methods. As per the TAG design principles, why isn't this a constructor?
createTextSession()
Doh, because of the promise
Although it would be a nice place to put things like the download events
createTextSession()
returns an instance, that has methods. As per the TAG design principles, why isn't this a constructor?