Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Buffer is broken for target: "webworker" #60

Open
haggholm opened this issue May 8, 2017 · 0 comments
Open

Buffer is broken for target: "webworker" #60

haggholm opened this issue May 8, 2017 · 0 comments

Comments

@haggholm
Copy link

haggholm commented May 8, 2017

The buffer module currently used (v4) performs a check of a variable explicitly on the global variable, something like if(global.TYPED_ARRAY_SUPPORT). As mentioned in #31, global is not polyfilled—at least it isn’t when building a Webpack bundle for the webworker target. As a result, code that relies on Webpack polyfilling the buffer module will break in webworkers.

This can be trivially fixed by updating to the latest version of the buffer module (5), but in #45 it seems that sticking to an older version is a deliberate decision.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant