7 lines
189 B
Plaintext
7 lines
189 B
Plaintext
package testjsunsafeusage
|
|
|
|
templ TestComponent() {
|
|
<button onClick={ templ.JSUnsafeFuncCall("anythingILike('blah')") }>Click me</button>
|
|
@templ.JSUnsafeFuncCall("// Arbitrary JS code")
|
|
}
|