Updated readme and added informative comment on nightly build definitions.

This commit is contained in:
Baruch Berger
2012-11-22 23:56:00 +01:00
parent 9c62cfa86c
commit 50edcd2053
2 changed files with 7 additions and 0 deletions

View File

@@ -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" />

View File

@@ -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;