-
# Feature Request
## Motivation Behind Feature
This plugin overwrites standard Web API implementations like:
| Plugin Clobber | Standard Web API |
| -------------------- | --------------------…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/datasophon/datasophon/issues?q=is%3Aissue) and found no similar issues.
### What happened
datasophon-worker.tar.gz …
-
Originally reported by [https://github.com/mattermost/mattermost/issues/26704](https://github.com/mattermost/mattermost/issues/26704|smart-link)
Repro steps:
1. Post one of the animated webps f…
-
Not really an issue I guess, but what would be the recommended way to send the images placed in the editor via the `FileReader API` to the server? Is there some way to expose the `FileReader` object t…
-
## Feature Request
rxjs/webSock should support deserializer return Promise
**Is your feature request related to a problem? Please describe.**
```javascript
import { webSocket } from 'rxjs/we…
-
### File API之读图
见html5 the missing manual 2nd edition page332.
把input file隐藏(太丑),给虚边框区域加onclick ,让他去调用input file的click方法,这样就会打开文件选择对话框,需要事先监听input file的change事件,利用HTML5的File API来处理获取的文件。
``` html
…
-
I want to build a file uploader (obj, mtl, etc.) but access files directly in the browser using the [FileReader API](https://alligator.io/vuejs/file-reader-component/) instead of sending it to a serve…
-
I have some browser code that does:
``` js
const reader = FileReader();
reader.addEventListener('load', (e) => {
const arrayBuffer = e.target.result;
const view = new DataView(arrayBuffer);
// …
-
## Summary
Add [`FileReaderSync`](https://developer.mozilla.org/en-US/docs/Web/API/FileReaderSync) API to `gloo-file`
## Motivation
To enable synchronous File reading from Web Workers.
## …
-
**Is your feature request related to a problem? Please describe.**
When using an isometric library I prefer them to use functionality from the platform where possible. This uses fromCharCode to con…