docs: link gh issue

This commit is contained in:
karishmas6
2024-08-02 19:44:15 +05:30
parent 7967b686f3
commit 142bdaa3a6

View File

@@ -126,7 +126,7 @@ function scrapableHeuristics(maxCountPerPage = 50, minArea = 20000, scrolls = 3,
return out; return out;
} }
// wrap inside an IIFE to avoid polluting the global scope // wrap inside an IIFE to avoid polluting the global scope: https://github.com/microsoft/playwright/issues/31864
(function (window) { (function (window) {
/** /**
* Returns a "scrape" result from the current page. * Returns a "scrape" result from the current page.