Re: [dev-servo] Implement ImageBitmap project- Team Introduction

2020-04-17 Thread Josh Matthews
Hi Nita! There are some existing pieces of code that should be good models for your work: * the Text API in components/script/dom/blob.rs shows how to return a new promise object * the RequestReferenceSpace API in components/script/dom/xrsession.rs shows how to reject a promise with an error *

Re: [dev-servo] Implement ImageBitmap project- Team Introduction

2020-04-17 Thread Nita Radhakrishnan
Good afternoon Josh, I hope you are doing well. We apologize for the long email. We are working on implementing the createImageBitmap method without the extra x/y/w/h parameters. We were trying to understand the code flow from the previous team and from the links that you provided in the previous