|
11 | 11 | ## Usage |
12 | 12 |
|
13 | 13 | ```js |
14 | | -import * as d from 'https://cdn.jsdelivr.net/npm/@mitranim/js@0.1.78/dom.mjs' |
| 14 | +import * as d from 'https://cdn.jsdelivr.net/npm/@mitranim/js@0.1.79/dom.mjs' |
15 | 15 | ``` |
16 | 16 |
|
17 | 17 | ## API |
@@ -41,34 +41,34 @@ The following APIs are exported but undocumented. Check [dom.mjs](../dom.mjs). |
41 | 41 | * [`function isFile`](../dom.mjs#L32) |
42 | 42 | * [`function reqFile`](../dom.mjs#L33) |
43 | 43 | * [`function optFile`](../dom.mjs#L34) |
44 | | - * [`function eventKill`](../dom.mjs#L48) |
45 | | - * [`function eventStop`](../dom.mjs#L54) |
46 | | - * [`function isEventModified`](../dom.mjs#L61) |
47 | | - * [`function eventDispatch`](../dom.mjs#L65) |
48 | | - * [`function eventListen`](../dom.mjs#L69) |
49 | | - * [`class ListenRef`](../dom.mjs#L74) |
50 | | - * [`function nodeShow`](../dom.mjs#L106) |
51 | | - * [`function nodeHide`](../dom.mjs#L107) |
52 | | - * [`function nodeRemove`](../dom.mjs#L108) |
53 | | - * [`function nodeSel`](../dom.mjs#L109) |
54 | | - * [`function nodeSelAll`](../dom.mjs#L110) |
55 | | - * [`function isConnected`](../dom.mjs#L111) |
56 | | - * [`function isDisconnected`](../dom.mjs#L112) |
57 | | - * [`function copyToClipboard`](../dom.mjs#L124) |
58 | | - * [`function selectText`](../dom.mjs#L143) |
59 | | - * [`function ancestor`](../dom.mjs#L154) |
60 | | - * [`function findAncestor`](../dom.mjs#L161) |
61 | | - * [`function descendant`](../dom.mjs#L178) |
62 | | - * [`function findDescendant`](../dom.mjs#L180) |
63 | | - * [`function descendants`](../dom.mjs#L185) |
64 | | - * [`function findNextSibling`](../dom.mjs#L198) |
65 | | - * [`function nextSibling`](../dom.mjs#L206) |
66 | | - * [`function findPrevSibling`](../dom.mjs#L208) |
67 | | - * [`function prevSibling`](../dom.mjs#L216) |
68 | | - * [`function MixNode`](../dom.mjs#L222) |
69 | | - * [`class MixinNode`](../dom.mjs#L224) |
70 | | - * [`const PARENT_NODE`](../dom.mjs#L240) |
71 | | - * [`function MixChild`](../dom.mjs#L256) |
72 | | - * [`class MixinChild`](../dom.mjs#L258) |
73 | | - * [`function MixChildCon`](../dom.mjs#L313) |
74 | | - * [`class MixinChildCon`](../dom.mjs#L315) |
| 44 | + * [`function eventKill`](../dom.mjs#L36) |
| 45 | + * [`function eventStop`](../dom.mjs#L42) |
| 46 | + * [`function isEventModified`](../dom.mjs#L49) |
| 47 | + * [`function eventDispatch`](../dom.mjs#L53) |
| 48 | + * [`function eventListen`](../dom.mjs#L57) |
| 49 | + * [`class ListenRef`](../dom.mjs#L62) |
| 50 | + * [`function nodeShow`](../dom.mjs#L94) |
| 51 | + * [`function nodeHide`](../dom.mjs#L95) |
| 52 | + * [`function nodeRemove`](../dom.mjs#L96) |
| 53 | + * [`function nodeSel`](../dom.mjs#L97) |
| 54 | + * [`function nodeSelAll`](../dom.mjs#L98) |
| 55 | + * [`function isConnected`](../dom.mjs#L99) |
| 56 | + * [`function isDisconnected`](../dom.mjs#L100) |
| 57 | + * [`function copyToClipboard`](../dom.mjs#L102) |
| 58 | + * [`function selectText`](../dom.mjs#L121) |
| 59 | + * [`function ancestor`](../dom.mjs#L132) |
| 60 | + * [`function findAncestor`](../dom.mjs#L139) |
| 61 | + * [`function descendant`](../dom.mjs#L156) |
| 62 | + * [`function findDescendant`](../dom.mjs#L158) |
| 63 | + * [`function descendants`](../dom.mjs#L163) |
| 64 | + * [`function findNextSibling`](../dom.mjs#L176) |
| 65 | + * [`function nextSibling`](../dom.mjs#L184) |
| 66 | + * [`function findPrevSibling`](../dom.mjs#L186) |
| 67 | + * [`function prevSibling`](../dom.mjs#L194) |
| 68 | + * [`function MixNode`](../dom.mjs#L200) |
| 69 | + * [`class MixinNode`](../dom.mjs#L202) |
| 70 | + * [`const PARENT_NODE`](../dom.mjs#L218) |
| 71 | + * [`function MixChild`](../dom.mjs#L234) |
| 72 | + * [`class MixinChild`](../dom.mjs#L236) |
| 73 | + * [`function MixChildCon`](../dom.mjs#L291) |
| 74 | + * [`class MixinChildCon`](../dom.mjs#L293) |
0 commit comments