Values
html`<div>Name: ${name}, Count: ${count}</div>`;// Use it with caution, it might open XSS attack
html`<div innerHTML="${htmlCode}"></div>`;Last updated
Was this helpful?
html`<div>Name: ${name}, Count: ${count}</div>`;// Use it with caution, it might open XSS attack
html`<div innerHTML="${htmlCode}"></div>`;Last updated
Was this helpful?
Was this helpful?