@@ -172,7 +172,6 @@ export async function instantiate(imports={}, runInitializer=true) {
172
172
'org.w3c.dom.matches_$external_prop_getter' : ( _this ) => _this . matches ,
173
173
'org.w3c.dom.protocol_$external_prop_getter' : ( _this ) => _this . protocol ,
174
174
'org.w3c.dom.hostname_$external_prop_getter' : ( _this ) => _this . hostname ,
175
- 'org.w3c.dom.search_$external_prop_getter' : ( _this ) => _this . search ,
176
175
'org.w3c.dom.getData_$external_fun' : ( _this , p0 ) => _this . getData ( p0 ) ,
177
176
'org.w3c.dom.setData_$external_fun' : ( _this , p0 , p1 ) => _this . setData ( p0 , p1 ) ,
178
177
'org.w3c.dom.language_$external_prop_getter' : ( _this ) => _this . language ,
@@ -198,8 +197,6 @@ export async function instantiate(imports={}, runInitializer=true) {
198
197
'org.w3c.dom.reason_$external_prop_getter' : ( _this ) => _this . reason ,
199
198
'org.w3c.dom.parsing.DOMParser_$external_fun' : ( ) => new DOMParser ( ) ,
200
199
'org.w3c.dom.parsing.parseFromString_$external_fun' : ( _this , p0 , p1 ) => _this . parseFromString ( p0 , p1 ) ,
201
- 'org.w3c.dom.url.URLSearchParams_$external_fun' : ( p0 , isDefault0 ) => new URLSearchParams ( isDefault0 ? undefined : p0 , ) ,
202
- 'org.w3c.dom.url.get_$external_fun' : ( _this , p0 ) => _this . get ( p0 ) ,
203
200
'org.w3c.fetch.status_$external_prop_getter' : ( _this ) => _this . status ,
204
201
'org.w3c.fetch.ok_$external_prop_getter' : ( _this ) => _this . ok ,
205
202
'org.w3c.fetch.statusText_$external_prop_getter' : ( _this ) => _this . statusText ,
@@ -358,7 +355,6 @@ export async function instantiate(imports={}, runInitializer=true) {
358
355
'io.ktor.client.utils.makeJsNew' : ( ctor ) => new ctor ( ) ,
359
356
'io.ktor.client.utils.setObjectField' : ( obj , name , value ) => obj [ name ] = value ,
360
357
'io.ktor.client.utils.toJsArrayImpl' : ( x ) => new Uint8Array ( x ) ,
361
- 'isD8env' : ( ) => typeof isD8 !== 'undefined' ,
362
358
'runGC' : ( ) => { ( typeof gc === 'function' ) ? gc ( ) : console . log ( 'Manual GC is not available. Ensure that the browser was started with the appropriate flags.' ) }
363
359
}
364
360
0 commit comments