HashChangeEventInit constructor

HashChangeEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. String oldURL,
  5. String newURL,
})

Implementation

external factory HashChangeEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  String oldURL,
  String newURL,
});