Feature Request - ArrayBuffer JavaScript Binding Support
オープン
@amaitland がすでに取り組んでいます。
2023年1月10日 から。
feature-request
- 主要言語
- C#
- スター
- 10.3k
- フォーク
- 2.9k
- 平均マージ
- 5日 22時間
- マージ済み PR(30日)
- 4
説明
CEF has support for CefV8Value::CreateArrayBuffer which allows for creating an array buffer using an unmanaged section of memory.
In JavaScript it's likely the method would look something like the following:
cefSharp.createArrayBuffer(size);
There's no way to directly access the data from an existing ArrayBuffer. For an existing ArrayBuffer I suspect we'd have to copy it into our CEF created instance.
I'm looking for user feedback as to how you'd like to use ArrayBuffer with the existing Async JavaScript Binding implementation.
Anyone interested please let me know your usage scenarior.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。