/nanoes

a text editor for mozilla firefox inspired by gnu nano

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

nanoes

it is a text editor for mozilla firefox inspired by gnu nano and pronounced as the ipa symbols /'næn.əʊz/

To get modules to work correctly in a browser, you need to make sure that your server is serving them with a Content-Type header that contains a JavaScript MIME type such as text/javascript. If you don't, you'll get a strict MIME type checking error along the lines of "The server responded with a non-JavaScript MIME type" and the browser won't run your JavaScript. Most servers already set the correct type for .js files, but not yet for .mjs files. Servers that already serve .mjs files correctly include GitHub Pages and http-server for Node.js. - Mozilla