how to access any JavaScript object in browser #84
kangaroolab
started this conversation in
General
Replies: 2 comments
|
Normally I'd write Does |
0 replies
|
got it...thanks |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
hi, besides access window and document in browser, can you please advise how to access other JavaScript object?
e.g. if I have a object called myeditor, which I can access in browser inspector, how can I access it in scittle?
(. js/myeditor -attr)
this doesn't work.
All reactions