.HTML.MEM File Extension
Hypertext Markup Language Memory File
Developer | N/A |
Popularity |
2.5 | 2 Votes |
What is an HTML.MEM file?
An HTML.MEM file is a Hypertext Markup Language Memory file used by a JavaScript web application. It contains data the application needs to run correctly. Developers must upload an app's HTML.MEM file to a web server as part of deploying that app for online use.
More Information
When creating HTML5 JavaScript apps, developers may create an output package that includes a .JS file, an .HTML file, and an .HTML.MEM file. The HTML and JS files contain the HTML text and JavaScript code needed to run the app. The HTML.MEM file contains other essential data the app needs to run, saved in a binary format.
HTML5 JavaScipt output packages created using WebGL (Web Graphics Library) and LiveCode contain HTML.MEM files. When uploading these packages to a web server, administrators typically must add a MIME type mapping for the package's HTML.MEM file. The mapping should read:
mimeMap fileExtension=".mem" mimeType="application/octet-stream"
How to open an HTML.MEM file
HTML.MEM files are not meant to be opened.