Skip to content

boundary event doesnt fire on Chrome. #267

@naveedahmed1

Description

@naveedahmed1

[x] I have read the FAQ section and have checked
that none of it describe the issue I'm about to report.

Describe the bug
The boundary event doesnt fire on Chrome whereas its working perfectly on Edge.

To Reproduce

EasySpeech.speak({
  text: myText,
  voice: myVoice, 
  pitch: 1,
  rate: 1,
  volume: 1,
  // there are more events, see the API for supported events
  boundary: event => {
    console.log(event);
  },
  end: event => {
    this.startIndex = null;
    this.endIndex = null;
  }
});

Expected behavior
It should work properly across the browers.

Desktop (please complete the following information):

  • OS: Windows
  • Browser Chrome
  • Version 122.0.6261.95

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationvendorThis issue can only be resolved by the browser vendor

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions