Closed geraldus closed 8 years ago
example: to read window.location.href having window as win :: JSRef a
window.location.href
window
win :: JSRef a
getPropCascade ["location","href"] win
Need review. Maybe better naming, commentary, description, implementation, etc.
I also want this functionally merged into new-marshal branch.
new-marshal
example: to read
window.location.href
havingwindow
aswin :: JSRef a
Need review. Maybe better naming, commentary, description, implementation, etc.