Vana SDK - v0.1.0
    Preparing search index...

    Function getPlatformCapabilities

    • Gets platform-specific capabilities

      Returns {
          platform: PlatformType;
          crypto: { webCrypto: false | SubtleCrypto; nodeCrypto: string | false };
          fetch: boolean;
          streams: boolean;
      }

      Object describing available platform capabilities