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
Just like the [upstream Scrapy extension](https://docs.scrapy.org/en/latest/topics/extensions.html#module-scrapy.extensions.memusage), this custom memory extension does not work
872
+
on Windows. This is because the stdlib [`resource`](https://docs.python.org/3/library/resource.html)
873
+
module is not available.
874
+
854
875
855
876
## Examples
856
877
@@ -912,23 +933,6 @@ See the [examples](examples) directory for more.
912
933
913
934
## Known issues
914
935
915
-
### Lack of native support for Windows
916
-
917
-
This package does not work natively on Windows. This is because:
918
-
919
-
* Playwright runs the driver in a subprocess. Source:
0 commit comments