Skip to content

lib: implement interface converter and use it for AbortSignal validation

This PR contains 2 commits.

The first one implements interface converter as per the spec. The one after uses the implemented interface converter to properly validate AbortSiganls in AbortSignal.any

Fixes: https://github.com/nodejs/node/issues/54962

Merge request reports

Loading