You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2021. It is now read-only.
Thomas Greiner edited this page Mar 13, 2018
·
1 revision
You can find all APIs that the extension exposes to the outside in the "flattrAPI" module, which can be accessed by calling require("flattrAPI") in the context of the extension's background page.
Methods
dailyProcessing(lastProcessing)
Processes history items since given timestamp, which includes the submission of flattrs to the server.
Arguments
number lastProcessing – The UNIX timestamp of the last time processing was done.