tairitsu-web 0.5.14

Tairitsu Web Framework - Modular WebAssembly-first framework with SSR, CSR, SSG support
1
2
3
4
5
6
7
8
9
10
11
12
13
/// Auto-generated interfaces from domain: intersection-observer
///
/// AUTO-GENERATED by: scripts/generate_browser_wit.py
/// DO NOT EDIT MANUALLY — changes will be overwritten.
///
/// Source: wit/generated/intersection-observer.wit
/// Regenerate with: just wit-gen

interface intersection-observer {
/// Opaque handle to a IntersectionObserver instance.
    type io-handle = u64;

}