File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ export class NativeScriptDomAdapter implements DomAdapter {
145
145
defaultDoc ( ) : HTMLDocument { throw new Error ( "Not implemented!" ) }
146
146
getBoundingClientRect ( _el : any /** TODO #9100 */ ) : any /** TODO #9100 */ { throw new Error ( "Not implemented!" ) }
147
147
getTitle ( ) : string { throw new Error ( "Not implemented!" ) }
148
- setTitle ( _newTitle : string ) : any /** TODO #9100 */ { throw new Error ( "Not implemented!" ) }
148
+ setTitle ( _doc : Document , _newTitle : string ) : any /** TODO #9100 */ { throw new Error ( "Not implemented!" ) }
149
149
elementMatches ( _n : any /** TODO #9100 */ , _selector : string ) : boolean { throw new Error ( "Not implemented!" ) }
150
150
isTemplateElement ( _el : any ) : boolean { throw new Error ( "Not implemented!" ) }
151
151
isTextNode ( _node : any /** TODO #9100 */ ) : boolean { throw new Error ( "Not implemented!" ) }
@@ -161,7 +161,7 @@ export class NativeScriptDomAdapter implements DomAdapter {
161
161
/** TODO #9100 */ { throw new Error ( "Not implemented!" ) }
162
162
supportsDOMEvents ( ) : boolean { throw new Error ( "Not implemented!" ) }
163
163
supportsNativeShadowDOM ( ) : boolean { throw new Error ( "Not implemented!" ) }
164
- getGlobalEventTarget ( _target : string ) : any { throw new Error ( "Not implemented!" ) }
164
+ getGlobalEventTarget ( _doc : Document , _target : string ) : any { throw new Error ( "Not implemented!" ) }
165
165
getHistory ( ) : History { throw new Error ( "Not implemented!" ) }
166
166
getLocation ( ) : Location { throw new Error ( "Not implemented!" ) }
167
167
getBaseHref ( ) : string { throw new Error ( "Not implemented!" ) }
You can’t perform that action at this time.
0 commit comments