We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa00468 commit 81bfb45Copy full SHA for 81bfb45
papaparse.js
@@ -28,7 +28,7 @@ License: MIT
28
// in strict mode we cannot access arguments.callee, so we need a named reference to
29
// stringify the factory method for the blob worker
30
// eslint-disable-next-line func-name
31
-}(this, function moduleFactory()
+}(typeof globalThis !== 'undefined' ? globalThis : this, function moduleFactory()
32
{
33
'use strict';
34
0 commit comments