• Compression Streams API
  • Console and Debugging
  • DOM APIs
  • DOM Events
  • Encoding API
  • Fetch API
  • Fleek Node API
  • Observability
  • Scheduling
  • Streams API
  • Timers
  • Typed Arrays
  • Web APIs
  • Web Crypto API
  • Web File API
  • WebAssembly
  • WebGPU
  • WebSockets
  • Uncategorized
  • view all 376 symbols
  • Fleek Runtime APIs
    • GPUSupportedFeatures
    • .
    • prototype
    • .
    • forEach
method GPUSupportedFeatures.prototype.forEach
GPUSupportedFeatures.prototype.forEach(
callbackfn: (
value: GPUFeatureName,
value2: GPUFeatureName,
set: Set<GPUFeatureName>,
) => void
,
thisArg?: any,
): void

Parameters

callbackfn: (
value: GPUFeatureName,
value2: GPUFeatureName,
set: Set<GPUFeatureName>,
) => void
optional
thisArg: any

Return Type

void

Document Navigation

  • Parameters
    • callbackfn
    • thisArg
  • Return Type