Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AudioContext missing its constructor on dart:html #2517

Closed
DartBot opened this issue Apr 11, 2012 · 11 comments
Closed

AudioContext missing its constructor on dart:html #2517

DartBot opened this issue Apr 11, 2012 · 11 comments
Assignees
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures

Comments

@DartBot
Copy link

DartBot commented Apr 11, 2012

This issue was originally filed by @pjako


On the dart html lib, there is no constructor for the audio Context.
http://api.dartlang.org/html/AudioContext.html

while at the same time there is one on dart:dom..
http://api.dartlang.org/dom/AudioContext.html

@kasperl
Copy link

kasperl commented Apr 11, 2012

Added Area-UI, Triaged labels.

@vsmenon
Copy link
Member

vsmenon commented Apr 13, 2012

Removed Area-UI label.
Added Area-DOM label.

@sethladd
Copy link
Contributor

Confirmed. Without this constructor, I cannot port the dart:dom web audio api sample to dart:html: https://github.com/sethladd/dart-webaudioapi-simple


cc @rakudrama.

@sethladd
Copy link
Contributor

Link to relevant mailing list discussion: https://groups.google.com/a/dartlang.org/d/msg/misc/Pn4D-3IFwFY/x20HrZSkOWwJ

@jmesserly
Copy link

Removed Priority-Medium label.
Added Priority-High label.

@vsmenon
Copy link
Member

vsmenon commented Apr 27, 2012

Marked this as blocking #2777.

@vsmenon
Copy link
Member

vsmenon commented Apr 27, 2012

Set owner to @vsmenon.

@vsmenon
Copy link
Member

vsmenon commented Apr 27, 2012

Issue #2770 has been merged into this issue.


cc @jacob314.

@sethladd
Copy link
Contributor

This fix was committed, please test.

http://code.google.com/p/dart/source/detail?r=7111

@vsmenon
Copy link
Member

vsmenon commented Apr 28, 2012

Yes, this should be fixed. Please let us know if there are further issues.


Added Fixed label.

@DartBot
Copy link
Author

DartBot commented May 1, 2012

This comment was originally written by batista.ma...@gmail.com


Yes it's working just fine =D

2012/4/28 <dart@googlecode.com>

@DartBot DartBot added Type-Defect P1 A high priority bug; for example, a single project is unusable or has many test failures labels May 1, 2012
dart-bot pushed a commit that referenced this issue Jul 20, 2020
git log --oneline 85bdb898aeb2ac7cea76489ba0bf4e52ff7a79bf..master
04b054b6 Find sdk path with cli_util (#2567)
36c195b9 Only alert about new prereleases for prereleases (#2556)
00b36394 Stop using deprecated mapMap from pkg:collection (#2544)
477cbe72 Improved expectations in flutter_plugin_format validator test (#2532)
a8e2442b `pub run` Don't write about precompilation if no terminal is attached (#2531)
d83d36a4 Don't precompile dependencies of global activate from path (#2530)
870f395c Sanitize git cache folder names (#2522)
03b7f9a5 Avoid divisive terms (#2523)
b239ada4 Remove divisive term (#2517)

Change-Id: I55ea52a86121a382dca5c0f85addd4513ada50bf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154940
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures
Projects
None yet
Development

No branches or pull requests

5 participants