Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
README: event objects are wrapped now
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Sep 17, 2013
1 parent 24aa1a3 commit ce8d190
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,4 @@ To support this kind of behavior the event dispatching in the browser has to be
* `Object.prototype.toString` does not return the same string as for native objects.
* No live `NodeList`s. All node lists are snapshotted upon read.
* `document`, `window`, `document.body`, `document.head` and others are non configurable and cannot be overridden. We are trying to make these work as seamlessly as possible but there will doubtlessly be cases where there will be problems; for those cases you can use `wrap` and `unwrap` to get unblocked.
* `onclick` and other `on-*` event handlers do not wrap the event object as needed.
* Cross window/frame access is not implemented.

1 comment on commit ce8d190

@arv
Copy link
Contributor

@arv arv commented on ce8d190 Sep 17, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.