From 08c288d3ce2ec8cd0f01288009ddedc432d69dcc Mon Sep 17 00:00:00 2001 From: leg1tsoul <136273561+leg1tsoul@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:00:39 +0300 Subject: [PATCH] Mention JS exception thrown if an access error happened in Memory.scanSync --- _i18n/en/_docs/javascript-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_i18n/en/_docs/javascript-api.md b/_i18n/en/_docs/javascript-api.md index 3ca84d49..db7a24e2 100644 --- a/_i18n/en/_docs/javascript-api.md +++ b/_i18n/en/_docs/javascript-api.md @@ -667,6 +667,8 @@ Objects returned by e.g. [`Module.load()`](#module-load) and [`Process.enumerate - `address`: absolute address as a [`NativePointer`](#nativepointer). - `size`: size in bytes + - + A JavaScript exception will be thrown if a memory access error occurred while scanning. For example: