javascript icon indicating copy to clipboard operation
javascript copied to clipboard

Prefer Globalthis, fall back to window when detecting root

Open disarticulate opened this issue 1 year ago • 0 comments

Ran into weird calling code inside a webworker in android chrome that calls ulid() exported here, and then hits this error. Can't see where the bug is, but regardless, should check for globalThis to be compatable with webworkers.

disarticulate avatar Jul 23 '23 23:07 disarticulate