Re: [dev-servo] Creating New DOM Interfaces for Nodes

2019-03-22 Thread Josh Bowman-Matthews
You are correct; for the initial steps that involve creating the new DOM node you will need to modify servo/servo. However, you will also need to modify servo/media in order to process the missing message. You are correct that using existing WebAudio node implementations as models for this work

[dev-servo] Creating New DOM Interfaces for Nodes

2019-03-22 Thread Chris Benfante
Hi all! My group is working on implementing ConstantSourceNode (#21803 ) and we have a few questions on getting started. It appears that our first step is creating the DOM Interface, but our written instructions mention forking from the servo/media repos