FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

The assert polyfill is needed when using InsecureTokenProvider

Open tylerbutler opened this issue 3 years ago • 0 comments

PR #10488 added a dependency on the node "assert" package in test-runtime-utils. That package contains InsecureTokenProvider, which is used in many demos and samples in the browser, so the assert dep introduces the need for a polyfill.

The assert polyfill is quite large and we should avoid requiring it.

tylerbutler avatar Jul 29 '22 20:07 tylerbutler