|
@@ -41,6 +41,9 @@
|
|
|
<p>Retrieves from process dictionary by atom-key the value of client DOM element
|
|
|
passed by over the network in <b>#ev</b> record as a part of <b>#pickle</b> message.</p>
|
|
|
<figure><code> event(click) -> io:format("~p~n",[nitro:q(:name)]);</code></figure>
|
|
|
+ <h4 id="qc">qc(atom()) -> term().</h4>
|
|
|
+ <p>Retrieves from URL query string list the particular value by its key.</p>
|
|
|
+ <figure><code> event(init) -> io:format("~p~n",[nitro:qc(:name)]);</code></figure>
|
|
|
<h4 id="jse">jse([] | binary()) -> [] | binary().</h4>
|
|
|
<p>Performs JavaScript escaping that is safe to eval and <b><script></b> injection. See more about
|
|
|
<a href="https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.html">XSS</a>.</p>
|