Skip to content

Instantly share code, notes, and snippets.

@KiChjang
Created January 8, 2016 08:01
Show Gist options
  • Save KiChjang/f94a0380b83f31b98a08 to your computer and use it in GitHub Desktop.
Save KiChjang/f94a0380b83f31b98a08 to your computer and use it in GitHub Desktop.
pub enum DOMManipulationTaskMsg {
FireEvent(Atom, Trusted<Reflectable>, EventBubbles, EventCancelable),
FireSimpleEvent(Atom, Trusted<Reflectable>),
SendStorageNotification(Trusted<Storage>, Option<String>, Option<String>, Option<String>)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment