mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
## Description - Summary: Correct the JS timer callback argument forwarding to match standard JS semantics. - What changed: In `internal/jsre/jsre.go`, the callback is now invoked with only the arguments after the callback and delay. - Why: Previously, the callback received the function and delay as parameters, causing unexpected behavior and logic bugs for consumers. |
||
|---|---|---|
| .. | ||
| deps | ||
| completion.go | ||
| completion_test.go | ||
| jsre.go | ||
| jsre_test.go | ||
| pretty.go | ||