- From: Andrew Aladjev <notifications@github.com>
- Date: Mon, 08 Apr 2019 05:28:47 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 8 April 2019 12:29:39 UTC
``` setName(file) { return new File( [file.slice(0, file.size)], 'file', { type: file.type } ) } ``` Do you mean that it looks like API? I don't think so. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/FileAPI/issues/126#issuecomment-480810996
Received on Monday, 8 April 2019 12:29:39 UTC