Did Safari Web Extension support `navigator.mediaDevices.getUserMedia`?

I would like to call

navigator.mediaDevices.getUserMedia({ audio: true, video: true }).then(() => {...});

in my background.js. But It will neither resolve nor reject. I try to run it in console of background.js, but only get

Promise {status: "pending"} = $1

Can you please file some feedback at https://feedbackassistant.apple.com asking for this and explaining what you'd like to use it for? That would be very helpful for us.

Thanks!

Did Safari Web Extension support `navigator.mediaDevices.getUserMedia`?
 
 
Q