electron/shell/services/node
trop[bot] ccfe23b6cc
feat: enable WASM trap handlers in all Node.js processes (#49839)
fix: enable WASM trap handlers in all Node.js processes

```
Original reason for revert:

Some apps started throwing exception on startup
https://github.com/electron/electron/issues/48956
```

We now move the trap handler registeration before
any user script execution. Add a fuse to support
disabling the feature is application needs to run
in memory constrained environments.

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: deepak1556 <hop2deep@gmail.com>
2026-02-18 13:22:36 -05:00
..
public/mojom feat: add error event for utility process (#43774) 2024-09-27 10:17:06 +09:00
node_service.cc feat: enable WASM trap handlers in all Node.js processes (#49839) 2026-02-18 13:22:36 -05:00
node_service.h fix: net.isOnline always true in utility processes (#48111) 2025-08-22 14:30:41 +02:00
parent_port.cc chore: move gin::Handle to gin_helper (#47959) 2025-08-05 02:03:06 +09:00
parent_port.h chore: move gin::Handle to gin_helper (#47959) 2025-08-05 02:03:06 +09:00