References
Class Summary
Static Public Class Summary | ||
public |
Stream static html to an element, where "static html" denotes "html without scripts". |
Function Summary
Static Public Function Summary | ||
public |
Set default options where some option was not specified. |
|
public |
Loop over each item in an array-like value. |
|
public |
Loop over each key/value pair in a hash. |
|
public |
Determine if the thing is not undefined and not null. |
|
public |
isFunction(x: *): boolean Is this a function? |
|
public |
Test if token is a script tag. |
|
public |
Test if token is a style tag. |
|
public |
Test if token is a script tag. |
|
public |
Get the last item in an array |
|
public |
postscribe(el: *, html: *, options: *): * |
|
public |
Convert value (e.g., a NodeList) to an array. |