Open Bug 1585072 Opened 6 years ago Updated 3 years ago

new HTMLAudioElement() at console prompt gives an error; Learn More link takes me to one of two wrong pages

Categories

(DevTools :: Console, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: sheppy, Unassigned)

References

Details

While working to update media documentation, I opened up the console in Nightly (2019-09-26) and typed the following at the console prompt:

new HTMLAudioElement()

This returned the following error:

TypeError: Illegal constructor. [Learn more]
    <anonymous> debugger eval code:1

This is where it gets weird. Each time do this and then click the "Learn More" link, I am taken to a different page.

So far, I've seen:

The text of the error in console does not match the text seen on either of these pages. Something is weird there, and should probably be investigated.

(Yes, I know that HTMLAudioElement() is not a valid constructor -- this is just about the error message itself)

Looks similar to Bug 1513765

Priority: -- → P3
See Also: → 1513765
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.