UNPKG

webappengine

Version:

A web application platform that can host multiple web apps running with Node.js.

9 lines (7 loc) 190 B
/** * Represents a cancellation caused by navigating away * before the previous transition has fully resolved. */ "use strict"; function Cancellation() {} module.exports = Cancellation;