mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Updated readme and added informative comment on nightly build definitions.
This commit is contained in:
@@ -12,3 +12,5 @@ The WebKit nightly builds try to keep up with the editors draft version of the s
|
||||
### Adding the reference to your project
|
||||
|
||||
/// <reference path="waa.d.ts" />
|
||||
or
|
||||
/// <reference path="waa-nightly.d.ts" />
|
||||
5
webaudioapi/waa-nightly.d.ts
vendored
5
webaudioapi/waa-nightly.d.ts
vendored
@@ -1,3 +1,8 @@
|
||||
// Type definitions for the Web Audio API, currently only implemented in WebKit browsers (nightly builds)
|
||||
// Conforms to the: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html specification
|
||||
// Definitions by: Baruch Berger (https://github.com/bbss)
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
interface webkitAudioContext {
|
||||
|
||||
destination: AudioDestinationNode;
|
||||
|
||||
Reference in New Issue
Block a user