Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Doc |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 01d0606168cff2435bc8c13e6de998f0 |
User & Date: | pmacdona 2019-06-25 15:10:56 |
Context
2019-06-25
| ||
15:12 | Doc. check-in: eb9068775e user: pmacdona tags: trunk | |
15:10 | Doc check-in: 01d0606168 user: pmacdona tags: trunk | |
15:05 | jsig updates check-in: bf58fc7954 user: pmacdona tags: trunk | |
Changes
Changes to md/jsi.js.md.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
jsi.js
====
<div id="sectmenu"></div>
[jsi.js](/file/lib/web/jsi.js)
provides browser side features,
$jsig: ƒ (sig, args)
----
Function argument [type-checking](Types.md) is provided by **$jsig**:
<script src="/jsi/web/jsi.js"></script>
<script>
|
| | |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
jsi.js ==== <div id="sectmenu"></div> The javascript package [jsi.js](/file/lib/web/jsi.js) adds (among other things) type-checking of function arguments in the browser. $jsig: ƒ (sig, args) ---- Function argument [type-checking](Types.md) is provided by **$jsig**: <script src="/jsi/web/jsi.js"></script> <script> |