tree: 1370fd72ebf7f1d6bda885d19edf318a99731414 [path history] [tgz]
  1. BUILD.gn
  2. dom_window_launch_queue.cc
  3. dom_window_launch_queue.h
  4. dom_window_launch_queue.idl
  5. launch_params.cc
  6. launch_params.h
  7. launch_params.idl
  8. launch_queue.cc
  9. launch_queue.h
  10. launch_queue.idl
  11. OWNERS
  12. README.md
  13. web_launch_service_impl.cc
  14. web_launch_service_impl.h
third_party/blink/renderer/modules/launch/README.md

Launch Events API

This directory contains the renderer side implementation of the client window launch event API.

Note: This API is under active development, and is a work in progress.

APIs in this Directory

This API consists of the following parts:

  • LaunchParams: These are the parameters that the renderer was launched with. Currently, only file launches are supported but this will be extended in the future.
  • getLaunchParams: An entry point for getting the cause of a launch from a client window.