Mudethir

Results 2 comments of Mudethir

The executeScript function works for any non-related DOM statement. Every time I try to access the DOM it gives me `null` value. Though fetching (document) itself returns a HTML object,...

This is an example of the approach @normancapule mentioned #### Main Thread ```js const { Worker } = require('worker_threads'); class TestClass { constructor(data) { this.data = data; } increment() {...