Ron Waldon (2015-09-27T23:47:16.000Z)
d at domenic.me (2015-10-12T20:27:36.395Z)
Android has an older [onLowMemory()](https://developer.android.com/reference/android/content/ComponentCallbacks.html#onLowMemory%28%29) callback and a newer [onTrimMemory()](https://developer.android.com/reference/android/content/ComponentCallbacks2.html#onTrimMemory%28int%29) callback. iOS has something similar as well. Is making these available in ECMAScript proper or an annex a potential solution to this class of problem?