File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ export class NativeScriptDomAdapter implements ɵDomAdapter {
143143 templateAwareRoot ( _el : any /** TODO #9100 */ ) : any /** TODO #9100 */ { throw new Error ( "Not implemented!" ) }
144144 createHtmlDocument ( ) : HTMLDocument { throw new Error ( "Not implemented!" ) }
145145 defaultDoc ( ) : HTMLDocument { throw new Error ( "Not implemented!" ) }
146+ getDefaultDocument ( ) : Document { throw new Error ( "Not implemented!" ) }
146147 getBoundingClientRect ( _el : any /** TODO #9100 */ ) : any /** TODO #9100 */ { throw new Error ( "Not implemented!" ) }
147148 getTitle ( ) : string { throw new Error ( "Not implemented!" ) }
148149 setTitle ( _doc : Document , _newTitle : string ) : any /** TODO #9100 */ { throw new Error ( "Not implemented!" ) }
You can’t perform that action at this time.
0 commit comments