Perf: offload reject fetch & parse into a worker thread

This commit is contained in:
SukkaW
2026-09-02 17:55:09 +08:00
parent 2647e5d0ed
commit 6449aabce7
5 changed files with 207 additions and 148 deletions

View File

@@ -0,0 +1,2 @@
export { getPhishingDomains } from './get-phishing-domains';
export { getRejectSources } from './get-reject-sources';