7HR4IZ3

Results 10 issues of 7HR4IZ3

I added MutationObserver and MutationRecord classes implemented according to the html specification.

![Screenshot_2023-09-17-15-08-49-609_com foxdebug acodefree](https://github.com/deadlyjack/Acode/assets/90985774/680b576c-ef2f-43b4-ac04-9235f3e3f703) Line 10; Add 'type="module"' to the script tag so plugins can import external files that using just one file. /

Fixed symbolic links showing up as files on Termux, specifically the '~/storage/shared' -> '/storage/emulated/0' symlink on android devices.

Added `system.run` and `system.execute` commands to the system plugin. - **`system.run(Command)`: Promise**: It runs the command then returns a **PtyResponse** or throws a **PtyError** - `system.execute(Command)`: Promise: It runs the...

Added `system.run` and `system.execute` commands to the system plugin. - **`system.run(Command)`: Promise**: It runs the command then returns a **PtyResponse** or throws a **PtyError** - `system.execute(Command)`: Promise: It runs the...