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.
WebRTC デモを作成しようとしていますが、次のエラーが発生します。
Unexptected token {
スクリーンショットを添付します。このエラーの解決にご協力ください。
{content }ここで、コンテンツは JavaScript のキー値形式である必要があります。問題は、無効な構文で変数を作成しようとしていることです。
{content }
var inittiator = {{inittiator }};
のように違いない
var inittiator = { key:{internalkey:value}};// depth 2 var inittiator = { key: value};// depth 1