aws-samples / aws-sdk-js-notes-app

A simple note taking application using modular AWS SDK for JavaScript (v3)
Other
81 stars 30 forks source link

[WIP] feat: attempt to remove microphone-stream dependency #39

Closed trivikr closed 2 years ago

trivikr commented 3 years ago

Issue

Unblocking https://github.com/aws-samples/aws-sdk-js-notes-app/pull/37

Description

Attempt to remove microphone-stream dependency

Testing

Local testing blocked on the following error:

websocket-handler.ts:101 WebSocket is already in CLOSING or CLOSED state.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

trivikr commented 2 years ago

Issue fixed by adding polyfills

https://github.com/aws-samples/aws-sdk-js-notes-app/blob/6904c16279ecd5fe4bf5631eb5bd312950ec2670/packages/frontend/src/index.tsx#L7-L16