Buffer is Not Contstructor in Angular 17 #3247

Open
opened 2024-11-06 05:14:22 +00:00 by vijay · 3 comments

I am facing issue in angular 17
buffer is not contsructor

var global = global || window;
var Buffer = Buffer || [];
I have written this in index .html in script tag but still facing same issue.

I am facing issue in angular 17 buffer is not contsructor var global = global || window; var Buffer = Buffer || []; I have written this in index .html in script tag but still facing same issue.
Owner

According to our notes, https://docs.sheetjs.com/docs/demos/frontend/angular was tested on 2024 March 13 against Angular 17.3.0. Can you test if the examples still work? If the demo examples do not work, we can go back and check.

According to our notes, https://docs.sheetjs.com/docs/demos/frontend/angular was tested on 2024 March 13 against Angular 17.3.0. Can you test if the examples still work? If the demo examples do not work, we can go back and check.
Author

I want to convert binary to json ,
scenario is from microstream i am capturing the voice and sending audio chunks to transcribe and that binary msg i want to convert to json so ill get transcript.

I want to convert binary to json , scenario is from microstream i am capturing the voice and sending audio chunks to transcribe and that binary msg i want to convert to json so ill get transcript.
Owner

The linked demo was tested on 2024 March 13 against Angular 17.3.0. Can you confirm both examples in the docs still work?

The linked demo was tested on 2024 March 13 against Angular 17.3.0. Can you confirm both examples in the docs still work?
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#3247
No description provided.