Skip to main content

ES5 Patterns Guide

Learn about ES5 patterns for the mimOE JavaScript runtime.

Overview

The mimOE JavaScript runtime is ES5-compatible. While you can write modern JavaScript and transpile it with Webpack + Babel, understanding ES5 patterns helps when debugging or working directly with the runtime.

Key Considerations

  • ES5 syntax (use Webpack + Babel for ES6+ features)
  • No native module system (use Webpack bundling)
  • Use context.* APIs for platform capabilities

Coming Soon

Detailed ES5 patterns guide coming soon.