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 {
143
143
templateAwareRoot ( _el : any /** TODO #9100 */ ) : any /** TODO #9100 */ { throw new Error ( "Not implemented!" ) }
144
144
createHtmlDocument ( ) : HTMLDocument { throw new Error ( "Not implemented!" ) }
145
145
defaultDoc ( ) : HTMLDocument { throw new Error ( "Not implemented!" ) }
146
+ getDefaultDocument ( ) : Document { throw new Error ( "Not implemented!" ) }
146
147
getBoundingClientRect ( _el : any /** TODO #9100 */ ) : any /** TODO #9100 */ { throw new Error ( "Not implemented!" ) }
147
148
getTitle ( ) : string { throw new Error ( "Not implemented!" ) }
148
149
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