Allow .html() to be used on Shadow DOM

Allow .html() to be used on Shadow DOM

The Shadow DOM currently allows for the .innerHTML property to be used to modify the HTML. Is it possible to add this functionality to the .html() method in jQuery?