• 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
    • PropertyDescriptor
interface PropertyDescriptor
Private

Properties

optional
configurable: boolean
optional
enumerable: boolean
optional
value: any
optional
writable: boolean

Methods

optional
get(): any
optional
set(v: any): void

Document Navigation

  • Properties
    • configurable
    • enumerable
    • value
    • writable
  • Methods
    • get
    • set