handsontable / spreadsheet-viewer

Spreadsheet Viewer is a developer-friendly JavaScript tool that lets your users preview Excel files without leaving your web app
https://handsontable.com/spreadsheet-viewer
32 stars 10 forks source link

Rename "Web Messaging API" to "Messaging API" #13

Open warpech opened 2 years ago

warpech commented 2 years ago

The name "Web Messaging API" is not intuitive. There is no such thing in the Web standards. There used to be a document "HTML5 Web Messaging", but actually it defines two methods of communication "Cross-document messaging" (used here) and "Broadcast messaging".

For short, we should call it "Messaging API"