(id: HfId)
| 397 | setAttribute(id: HfId, name: string, value: string | null): void; |
| 398 | setTiming(id: HfId, timing: { start?: number; duration?: number; trackIndex?: number }): void; |
| 399 | removeElement(id: HfId): void; |
| 400 | /** |
| 401 | * Insert an HTML fragment as a child of `parent` at `index` (WS-D). |
| 402 | * Mints a stable hf-id against the live document's existing id set. |
no outgoing calls
no test coverage detected