I have a class which can parse a file using papa parse, now I would like to pass it a chunk callback function (which is also part of the class).
in the function i would like to use the this which should be pointing to the objects scope (but its pointing to the global scope)
is this possible?