NavigationType.idl 160 B

1234567
  1. // https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigationtype
  2. enum NavigationType {
  3. "push",
  4. "replace",
  5. "reload",
  6. "traverse"
  7. };