This feature has been deprecated. Use !up.emit(type).defaultPrevented
instead.
Load unpoly-migrate.js
to polyfill deprecated features.
Emits an event and returns whether no listener has prevented the default action.
if (up.event.nobodyPrevents('disk:erase')) {
Disk.erase()
})
whether no listener has prevented the default action