Ron Waldon (2015-09-27T23:47:16.000Z)
Android has an older onLowMemory() callback and a newer onTrimMemory()
callback:
-
http://developer.android.com/reference/android/content/ComponentCallbacks.html#onLowMemory
()
-
http://developer.android.com/reference/android/content/ComponentCallbacks2.html#onTrimMemory(int
)

iOS has something similar as well.

Is making these available in ECMAScript proper or an annex a potential
solution to this class of problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20150927/62edc928/attachment.html>
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?