Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.11.0
-
None
-
None
Description
See AVRO-3322 and its PR https://github.com/apache/avro/pull/1473.
It would be good to migrate the JS modules from CommonJS to EcmaScript (ESM).
ESM is supported by both Node.js and browsers while CommonJS is supported only in Node.js. Currently to use Avro JS in the browser one has to use tools like Browserify.