js-types icon indicating copy to clipboard operation
js-types copied to clipboard

Reference TC39 JSFunction interface instead of using a callback workaround

Open SPY opened this issue 2 years ago • 0 comments

Instead of defining JSFunction via callback JSFunction... approach in-place, I added a reference to TC39 spec in the same fashion as ArrayBuffer interface is introduced.

SPY avatar Oct 16 '23 08:10 SPY