pub fn api_version() -> u32Expand description
Sciter API version.
Returns:
0x0000_0001for regular builds,0x0001_0001for windowless builds.0x0000_0002since 4.4.2.14 (a breaking change in assets with SOM builds)0x0000_0003since 4.4.2.160x0000_0004since 4.4.2.17 (a breaking change in SOM passport)0x0000_0005since 4.4.3.20 (a breaking change inINITIALIZATION_PARAMS, SOM in event handlers fix)0x0000_0006since 4.4.3.24 (TIScript native API is gone, use SOM instead)0x0000_0007since 4.4.5.4 (DOM-Value conversion functions were added, no breaking change)0x0000_0008since 4.4.6.7 (Sciter and Sciter.Lite are unified in ISciterAPI)0x0000_0009since 4.4.7.0 (ISciterAPI unification between all platforms)
Since 4.4.0.3.