async fetch()

in hello_world/src/index.js [15:17]


  async fetch(request) {
    return handleRequest(request);
  },