|
@@ -622,7 +622,7 @@ end;
|
|
|
|
|
|
function TWorkerWASIHostApplication.GetLocation: String;
|
|
function TWorkerWASIHostApplication.GetLocation: String;
|
|
begin
|
|
begin
|
|
- Result:={$IFDEF FPC_DOTTEDUNITS}BrowserApi.Worker.{$ELSE}}WebWorker.{$ENDIF}Location.pathname;
|
|
|
|
|
|
+ Result:={$IFDEF FPC_DOTTEDUNITS}BrowserApi.Worker.{$ELSE}WebWorker.{$ENDIF}Location.pathname;
|
|
end;
|
|
end;
|
|
|
|
|
|
constructor TWorkerWASIHostApplication.Create(aOwner: TComponent);
|
|
constructor TWorkerWASIHostApplication.Create(aOwner: TComponent);
|