Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
JavaScript.Available
Checks whether the JavaScriptCore library is loaded.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
JavaScriptWebKit | 13.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "JavaScript.Available" )
Parameters
none
Result
Returns 1, 0 or error.
Description
Checks whether the JavaScriptCore library is loaded.Always loaded on macOS since we use the one coming with macOS.
For Windows you can load JavaScriptCore.dll and for Linux you can load the JavaScriptCore.so file with JavaScript.LoadLibrary function.
Returns always 1 on macOS and iOS.
See also
Release notes
- Version 13.1
- Added JavaScript.LoadLibrary and JavaScript.Available functions.
Blog Entries
This function does not need a paid license.
Created 25th January 2023, last changed 9th February 2023
