jmap-kit
    Preparing search index...
    • Creates a Proxy over an Invocation that behaves like a plain object.

      The returned Proxy supports property access, in, Object.keys(), spread, and JSON.stringify(). If the host implements setArgument and deleteArgument, property assignment and deletion delegate to those methods (preserving any validation they perform). Otherwise, those operations throw a TypeError.

      Type Parameters

      Parameters

      Returns TArgs

      A Proxy that presents the host's arguments as an object