-
```
I made a simple modification that allows picking local images to be used in the
editor and embedded as data-uris.
It uses the file reader api, here's my code:
in svg-editor.js, in this section:…
-
After recording and recieve the blob as audio/wav, I use new FileReader().readAsDataURL(blob) to convert to base64. I then tried to convert it back to audio with the following website (https://base64.…
-
promise-file-reader.js:
source code:
```
function readAsText (file) {
return readAs(file, 'Text')
}
```
Syntax:
instanceOfFileReader.readAsText(blob[, encoding]);
your code will makes a b…
En777 updated
4 years ago
-
so it seems safari doesn't support loading files yet (chrome does)
for example:
works on chrome: http://stackoverflow.com/questions/3146483/html5-file-api-read-as-text-and-binary
fails on safari
an…
-
```
I made a simple modification that allows picking local images to be used in the
editor and embedded as data-uris.
It uses the file reader api, here's my code:
in svg-editor.js, in this section:…
-
### Describe the enhancement requested
Current implementation of arrow::FileReader::ReadRowGroups() does 2 things:
1. Triggers pre-buffering if enabled
2. Blocks until all data is received and de…
-
Hi Rory and Linus,
Thanks for this great repo!
I am wondering whether you would like to add modern browser support? Maybe utilising `FileReader` API to handle `fs` work?
It would be great to …
-
L'ajout et la modification d'une annonce utilise l'API FileReader() afin de prévisualiser directement les images pointées, avant envoi au serveur.
Mais que se passe-t-il sur un ancien navigateur ?
L…
-
```
I made a simple modification that allows picking local images to be used in the
editor and embedded as data-uris.
It uses the file reader api, here's my code:
in svg-editor.js, in this section:…
-
Since we started using streams on the server-side it seems to be a nice way of handling data. We could have the same concepts live on the client-side:
- upload streams for http/xhr, ddp/sockets
- stre…
raix updated
10 years ago