Skip to content

Installation

Terminal window
npm install @magicfeedback/popup-sdk
  • Modern browser with ES2015+ support.
  • fetch.
  • sessionStorage for the exit popup queue.
  • nodeEnv: 'production' uses https://api.deepdots.com.
  • nodeEnv: 'development' uses https://api-dev.deepdots.com.

In environments without window or document, the SDK falls back to a no-op renderer so the host render does not break.