interledger / web-monetization-extension

An open-source browser extension that enables Web Monetization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Monetization flow - Content] Stop & resume monetization

dianafulga opened this issue · comments

  1. Watch for document visibility change
    • on hidden, stop monetization
      • send "STOP_MONETIZATION" event with payload requestId
    • on visible, resume monetization
      • send "RESUME_MONETIZATION" event with payload requestId

Already merged in PR #203.