when inspect is called on a selection (that is, following find(SELECTOR), it should return a value that behaves as it did in the original environment.
For example, after retrieving the StageMorph in Snap/NetsBlox we should be able to call stage.constructor.name and get 'StageMorph'
when
inspectis called on a selection (that is, followingfind(SELECTOR), it should return a value that behaves as it did in the original environment.For example, after retrieving the
StageMorphin Snap/NetsBlox we should be able to callstage.constructor.nameand get 'StageMorph'