w3c / FileAPI

File API
https://w3c.github.io/FileAPI/
Other
104 stars 44 forks source link

Specification status report for TPAC 2019 #138

Closed LJWatson closed 4 years ago

LJWatson commented 5 years ago

Please can you respond to this comment with a brief specifications status report for the WebApps meeting at TPAC. The report should address the following:

We're tracking these status reports in WebApps issue #19

Thanks.

siusin commented 4 years ago

see #137

mkruisselbrink commented 4 years ago

Please can you respond to this comment with a brief specifications status report for the WebApps meeting at TPAC. The report should address the following:

  • What progress has your spec made in the last 12 months?

Added some convenience read methods to Blob (Blob.text(), Blob.arrayBuffer() and Blob.stream()), and cleaned up some of the spec text around the FileReader API. Implemented in Chrome and Firefox.

  • Is anything blocking your spec from moving to CR?

(not entirely sure what consequences are from moving to CR, but) there is a bunch of work left cleaning up the spec text, particularly around Blob.type. And it would be nice to get feature requests such as #140 in as well. Other than that I think the spec is fairly stable and I don't anticipate any major changes.

  • If yes, what is your plan to unblock it and do you need any help?
  • What do you want to achieve for your spec in the next two days (of breakout sessions)?

See also #137. Mainly go through open issues and figure

We're tracking these status reports in WebApps issue #19

Thanks.

marcoscaceres commented 4 years ago

Ok, let us know when #140 is done and the other changes are made and we can start the transition process to CR. Feel free to close this bug and thanks again for the status update!