mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 22:28:59 +02:00
You can listen for fronts creation via `parentFront.onFront(typeName, callback)`. For now, we were calling `callback` before we pass the `form` to Front. This leads to empty attributes as the Front doesn't have access to any data. Differential Revision: https://phabricator.services.mozilla.com/D49261 --HG-- extra : moz-landing-system : lando |
||
|---|---|---|
| .. | ||
| Actor | ||
| Front | ||
| Actor.js | ||
| Front.js | ||
| lazy-pool.js | ||
| moz.build | ||
| Pool.js | ||
| Request.js | ||
| Response.js | ||
| types.js | ||
| utils.js | ||