Once https://github.com/deephaven/deephaven-core/issues/5537 is completed, it should be possible to replace the packages/require-jsapi sub package with whatever package gets created as part of that issue. This assumes it meets the following criteria:
npm package handles providing the jsapi as a commonjs module
Issues that currently require polyfilling DOM apis have been addressed
npm package can provide DHC + DHE jsapis from a given server url
Once https://github.com/deephaven/deephaven-core/issues/5537 is completed, it should be possible to replace the
packages/require-jsapi
sub package with whatever package gets created as part of that issue. This assumes it meets the following criteria: