hyperstack icon indicating copy to clipboard operation
hyperstack copied to clipboard

document how to use opal browser

Open catmando opened this issue 5 years ago • 1 comments

Its unclear what you need to do to do simple stuff like

Window.location.path = 'some new path'

(the answer is you have to first import browser/window)

but for these basic things that rely on underlying opal libs, we should have some examples for the basic cases.

catmando avatar Jun 23 '20 17:06 catmando

I was trying to figure out how to call window for so loooong. Thanks!

Tashows avatar Aug 02 '21 22:08 Tashows