Been experimenting with packaged apps using 23.0.1271.97, running into odd issues here and there.
Most recently, playing around with a multiple window app, I can create multiple windows fine, but the AppWindow object is missing the hide and close functions detailed in the dev docs. Is there some other paradigm for this now that hasn't made its way into the docs?
Here's the console dump of an AppWindow object (with AppWindow and proto expanded):
appwinOptions
AppWindow
__proto__: Object
constructor: function () {}
contentWindow: Window
dom: Window
focus: function () { [native code] }
maximize: function () { [native code] }
minimize: function () { [native code] }
moveTo: function () { [native code] }
resizeTo: function () { [native code] }
restore: function () { [native code] }
__proto__: Object