mirror of
https://github.com/Kong/insomnia.git
synced 2026-08-04 11:52:33 -04:00
* refactor(runtime): introduce explicit network runtime capabilities Add a RuntimeCapabilities boundary for network operations and initialize renderer/node implementations from app, plugin, hidden-window, CLI, and test entrypoints. Migrate network request execution and HAR export paths to consume getRuntime().network instead of importing network adapters directly. * refactor: remove unused network adapter alias from Vitest and Vite config