mirror of
https://github.com/younesaassila/ttv-lol-pro.git
synced 2025-04-29 22:14:27 +02:00
Add TODO
This commit is contained in:
parent
27b596e691
commit
f09bc1f33b
@ -33,6 +33,7 @@ export function getFetch(options: FetchOptions): typeof fetch {
|
||||
}
|
||||
|
||||
if (options.scope === "page") {
|
||||
// TODO: Add rate limiting to prevent potential spam by Twitch's client.
|
||||
self.addEventListener("message", async event => {
|
||||
if (event.data?.type === MessageType.NewPlaybackAccessToken) {
|
||||
const newPlaybackAccessToken =
|
||||
|
Loading…
x
Reference in New Issue
Block a user