JSPM

  • Created
  • Published
  • Downloads 352
  • Score
    100M100P100Q98408F
  • License LGPL-3.0-or-later

Package Exports

  • @opendaw/lib-runtime

Readme

This package is part of the openDAW SDK

@opendaw/lib-runtime

Runtime utilities and asynchronous operations for TypeScript projects.

Async & Promises

  • promises.ts - Promise utilities and async operation helpers
  • wait.ts - Waiting and delay utilities
  • runtime.ts - Runtime environment utilities

Network & Communication

  • fetch.ts - HTTP request utilities and fetch wrappers
  • network.ts - Network-related utilities
  • messenger.ts - Message passing utilities
  • communicator.ts - Inter-process communication helpers

Time & Performance

  • timespan.ts - Time span calculations and utilities
  • stopwatch.ts - Performance timing and measurement utilities