`Layer#requestInit` should be async so that visualizer can `.then` it ```js requestInit() { return doAsyncPromiseThing(); } ```
Layer#requestInitshould be async so that visualizer can.thenit