Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Uinte8Array を作成する必要があります。CloudPebble を使用していますが、Uint8Array が定義されていないと表示されます。
CloudPebble でこのオブジェクトを宣言するにはどうすればよいですか?
CloudPebble は嘘をついています。使用できます。あなたに嘘をつかないように、私はそれを修正するために報告書を提出します。
必要に応じて、エラーのある行をこのようにラップして、jshint が文句を言わないようにすることができます。
/* jshint ignore:start */ var byteArray = new Uint8Array(buf); /* jshint ignore:end */