Skip to content

Doesn't work in Cloudflare Pages: Cannot read properties of undefined (reading 'TYPED_ARRAY_SUPPORT')Β #149

@KTibow

Description

@KTibow

Describe the bug
When I try to use this library on Cloudflare Pages, I get the error

Cannot read properties of undefined (reading 'TYPED_ARRAY_SUPPORT')

This is relevant to node-libs-browser requiring buffer.

To Reproduce
Make a SvelteKit project, and require this library. Import it dynamically (in order to be able to view the error message, since Cloudflare pages doesn't have logs). When importing it, you get an error like

TypeError: Cannot read properties of undefined (reading 'TYPED_ARRAY_SUPPORT')

Expected behavior
The library to import and run normally in CF Pages' JS interpreter.

Version:

  • node.js: 17
  • xmlbuilder2 ^3.0.2

Additional context
N/A

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions