cefsharp / cefsharp/CefSharp

Feature Request - ArrayBuffer JavaScript Binding Support

オープン
#4,358 コメント 3 件 リアクション 0 件 担当者 1 名 GitHub で見る

@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.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。