Getting your script to run repeatedly at intervals?
I am working on an extension that retrieves tweets and I want it to do
this at certain intervals, but after reading Google's Content Security
Policy Documentation it seems it is no longer possible to simply use:
setInterval(someFunction, interval);
So how would one go about doing this?
No comments:
Post a Comment