msgpack / msgpack-javascript

@msgpack/msgpack - MessagePack for JavaScript / msgpack.org[JavaScript/TypeScript/ECMA-262]
https://msgpack.org/
ISC License
1.3k stars 162 forks source link

Update fetch-example.html to match ReadMe example #242

Closed Zentrik closed 3 months ago

Zentrik commented 8 months ago

It seems MessagePack was the old name.

gfx commented 3 months ago

Thank you for your pull-request.

However, it doesn't work because the HTML example uses <script src="../dist.es5+umd/msgpack.min.js"></script>, which is compiled in UMD, not ES modules.