Updated Home (markdown)

Namhyeon Go 2024-03-20 22:00:42 +09:00
parent d4ed2307a0
commit 6988ae0939

@ -17,16 +17,13 @@ You can leverage full ES5 support and partial ES6 support on JavaScript engines
Moreover, you can utilize various Windows APIs with JavaScript.
### Technical Limitations
The specification level of the ECMAScript engine built into Windows is estimated to be between 3.5 and 4.5. We are using a polyfill library to elevate this to ES5 and ES6 levels, but there are a few unsupported keywords.
The specification level of the ECMAScript engine built into Windows is estimated to be ES3+. We are using a polyfill library to elevate this to ES5 and ES6 levels, but there are a few unsupported keywords.
Although we are aware of Chakracore, known as an improved version of JScript, it cannot be used in projects with web-based GUI because it has not integrated with HTML rendering engines (e.g., MSHTML, EdgeHTML).
However, it will be included in future work because it is highly utilized for special purposes.
Chakracore is not currently integrated with HTML rendering engines and therefore not supported at the moment. Instead, it experimentally supports the Chakra mode (using the Chakra engine built into the Windows operating system). Instructions on how to use this method are provided in the app's source code. Feel free to try it out if needed and report any issues you encounter.
### Security
I have outlined the security policy in the `SECURITY.MD` file to minimize the misuse cases of this project.
### Contact us
* [Paid technical support on Fiverr](https://www.fiverr.com/s/G42xRd)
### Report abuse
* ActivityPub [@catswords_oss@catswords.social](https://catswords.social/@catswords_oss)
* abuse@catswords.net