diff --git a/packages/wasm-job/examples/job_web.pas b/packages/wasm-job/examples/job_web.pas index f109d36608..e7be9be958 100644 --- a/packages/wasm-job/examples/job_web.pas +++ b/packages/wasm-job/examples/job_web.pas @@ -3683,7 +3683,7 @@ Type end; TJSaddonInstallOptions = class(TJSObject,IJSaddonInstallOptions) - Private + Protected function _Geturl: UnicodeString; function _Gethash: UnicodeString; procedure _Seturl(const aValue: UnicodeString); @@ -3711,7 +3711,7 @@ Type end; TJSGetAnimationsOptions = class(TJSObject,IJSGetAnimationsOptions) - Private + Protected function _Getsubtree: Boolean; procedure _Setsubtree(const aValue: Boolean); Public @@ -3766,7 +3766,7 @@ Type end; TJSEffectTiming = class(TJSObject,IJSEffectTiming) - Private + Protected function _Getdelay: Double; function _GetendDelay: Double; function _Getfill: TFillMode; @@ -3842,7 +3842,7 @@ Type end; TJSOptionalEffectTiming = class(TJSObject,IJSOptionalEffectTiming) - Private + Protected function _Getdelay: Double; function _GetendDelay: Double; function _Getfill: TFillMode; @@ -3892,7 +3892,7 @@ Type end; TJSAppInfo = class(TJSObject,IJSAppInfo) - Private + Protected function _Getpath: UnicodeString; function _GetisCoreApp: Boolean; procedure _Setpath(const aValue: UnicodeString); @@ -3952,7 +3952,7 @@ Type end; TJSAppNotificationServiceOptions = class(TJSObject,IJSAppNotificationServiceOptions) - Private + Protected function _GettextClickable: Boolean; function _GetmanifestURL: UnicodeString; function _Getid: UnicodeString; @@ -4005,7 +4005,7 @@ Type end; TJSScrollFrameDataEntry = class(TJSObject,IJSScrollFrameDataEntry) - Private + Protected function _Getkey: UnicodeString; function _Getvalue: UnicodeString; procedure _Setkey(const aValue: UnicodeString); @@ -4038,7 +4038,7 @@ Type end; TJSScrollFrameData = class(TJSObject,IJSScrollFrameData) - Private + Protected function _GetscrollId: QWord; function _Getentries: TJSScrollFrameDataEntryDynArray; procedure _SetscrollId(const aValue: QWord); @@ -4071,7 +4071,7 @@ Type end; TJSAPZBucket = class(TJSObject,IJSAPZBucket) - Private + Protected function _GetsequenceNumber: Cardinal; function _GetscrollFrames: TJSScrollFrameDataDynArray; procedure _SetsequenceNumber(const aValue: Cardinal); @@ -4115,7 +4115,7 @@ Type end; TJSAPZHitResult = class(TJSObject,IJSAPZHitResult) - Private + Protected function _GetscreenX: Single; function _GetscreenY: Single; function _GethitResult: Word; @@ -4168,7 +4168,7 @@ Type end; TJSAPZSampledResult = class(TJSObject,IJSAPZSampledResult) - Private + Protected function _GetscrollOffsetX: Single; function _GetscrollOffsetY: Single; function _GetsampledTimeStamp: TDOMHighResTimeStamp; @@ -4209,7 +4209,7 @@ Type end; TJSAdditionalDataEntry = class(TJSObject,IJSAdditionalDataEntry) - Private + Protected function _Getkey: UnicodeString; function _Getvalue: UnicodeString; procedure _Setkey(const aValue: UnicodeString); @@ -4257,7 +4257,7 @@ Type end; TJSAPZTestData = class(TJSObject,IJSAPZTestData) - Private + Protected function _Getpaints: TJSAPZBucketDynArray; function _GetrepaintRequests: TJSAPZBucketDynArray; function _GethitResults: TJSAPZHitResultDynArray; @@ -4298,7 +4298,7 @@ Type end; TJSFrameUniformity = class(TJSObject,IJSFrameUniformity) - Private + Protected function _GetlayerAddress: Cardinal; function _GetframeUniformity: Single; procedure _SetlayerAddress(const aValue: Cardinal); @@ -4327,7 +4327,7 @@ Type end; TJSFrameUniformityResults = class(TJSObject,IJSFrameUniformityResults) - Private + Protected function _GetlayerUniformities: TJSFrameUniformityDynArray; procedure _SetlayerUniformities(const aValue: TJSFrameUniformityDynArray); Public @@ -4360,7 +4360,7 @@ Type end; TJSAudioBufferOptions = class(TJSObject,IJSAudioBufferOptions) - Private + Protected function _GetnumberOfChannels: Cardinal; function _Getlength_: Cardinal; function _GetsampleRate: Single; @@ -4411,7 +4411,7 @@ Type end; TJSAudioBufferSourceOptions = class(TJSObject,IJSAudioBufferSourceOptions) - Private + Protected function _Getbuffer: IJSAudioBuffer; function _Getdetune: Single; function _Getloop: Boolean; @@ -4451,7 +4451,7 @@ Type end; TJSAudioContextOptions = class(TJSObject,IJSAudioContextOptions) - Private + Protected function _GetsampleRate: Single; procedure _SetsampleRate(const aValue: Single); Public @@ -4480,7 +4480,7 @@ Type end; TJSAudioTimestamp = class(TJSObject,IJSAudioTimestamp) - Private + Protected function _GetcontextTime: Double; function _GetperformanceTime: TDOMHighResTimeStamp; procedure _SetcontextTime(const aValue: Double); @@ -4535,7 +4535,7 @@ Type end; TJSAudioDataInit = class(TJSObject,IJSAudioDataInit) - Private + Protected function _Getformat: TAudioSampleFormat; function _GetsampleRate: Single; function _GetnumberOfFrames: Cardinal; @@ -4590,7 +4590,7 @@ Type end; TJSAudioDataCopyToOptions = class(TJSObject,IJSAudioDataCopyToOptions) - Private + Protected function _GetplaneIndex: Cardinal; function _GetframeOffset: Cardinal; function _GetframeCount: Cardinal; @@ -4628,7 +4628,7 @@ Type end; TJSAudioDecoderInit = class(TJSObject,IJSAudioDecoderInit) - Private + Protected function _Getoutput: TAudioDataOutputCallback; function _Geterror: TWebCodecsErrorCallback; procedure _Setoutput(const aValue: TAudioDataOutputCallback); @@ -4660,7 +4660,7 @@ Type end; TJSAudioDecoderSupport = class(TJSObject,IJSAudioDecoderSupport) - Private + Protected function _Getsupported: Boolean; function _Getconfig: TJSAudioDecoderConfig; procedure _Setsupported(const aValue: Boolean); @@ -4702,7 +4702,7 @@ Type end; TJSAudioDecoderConfig = class(TJSObject,IJSAudioDecoderConfig) - Private + Protected function _Getcodec: UnicodeString; function _GetsampleRate: Cardinal; function _GetnumberOfChannels: Cardinal; @@ -4740,7 +4740,7 @@ Type end; TJSAudioEncoderSupport = class(TJSObject,IJSAudioEncoderSupport) - Private + Protected function _Getsupported: Boolean; function _Getconfig: TJSAudioEncoderConfig; procedure _Setsupported(const aValue: Boolean); @@ -4788,7 +4788,7 @@ Type end; TJSAudioEncoderConfig = class(TJSObject,IJSAudioEncoderConfig) - Private + Protected function _Getcodec: UnicodeString; function _GetsampleRate: Cardinal; function _GetnumberOfChannels: Cardinal; @@ -4848,7 +4848,7 @@ Type end; TJSOpusEncoderConfig = class(TJSObject,IJSOpusEncoderConfig) - Private + Protected function _Getformat: TOpusBitstreamFormat; function _GetframeDuration: QWord; function _Getcomplexity: Cardinal; @@ -4892,7 +4892,7 @@ Type end; TJSAudioEncoderInit = class(TJSObject,IJSAudioEncoderInit) - Private + Protected function _Getoutput: TEncodedAudioChunkOutputCallback; function _Geterror: TWebCodecsErrorCallback; procedure _Setoutput(const aValue: TEncodedAudioChunkOutputCallback); @@ -4920,7 +4920,7 @@ Type end; TJSEncodedAudioChunkMetadata = class(TJSObject,IJSEncodedAudioChunkMetadata) - Private + Protected function _GetdecoderConfig: TJSAudioDecoderConfig; procedure _SetdecoderConfig(const aValue: TJSAudioDecoderConfig); Public @@ -4953,7 +4953,7 @@ Type end; TJSAudioNodeOptions = class(TJSObject,IJSAudioNodeOptions) - Private + Protected function _GetchannelCount: Cardinal; function _GetchannelCountMode: TChannelCountMode; function _GetchannelInterpretation: TChannelInterpretation; @@ -4996,7 +4996,7 @@ Type end; TJSAudioParamDescriptor = class(TJSObject,IJSAudioParamDescriptor) - Private + Protected function _Getname: UnicodeString; function _GetdefaultValue: Single; function _GetminValue: Single; @@ -5050,7 +5050,7 @@ Type end; TJSAutocompleteInfo = class(TJSObject,IJSAutocompleteInfo) - Private + Protected function _Getsection: UnicodeString; function _GetaddressType: UnicodeString; function _GetcontactType: UnicodeString; @@ -5104,7 +5104,7 @@ Type end; TJSBasePropertyIndexedKeyframe = class(TJSObject,IJSBasePropertyIndexedKeyframe) - Private + Protected function _Getoffset: TBasePropertyIndexedKeyframe_offset_Type; function _Geteasing: TBasePropertyIndexedKeyframe_easing_Type; function _Getcomposite: TBasePropertyIndexedKeyframe_composite_Type; @@ -5143,7 +5143,7 @@ Type end; TJSBaseKeyframe = class(TJSObject,IJSBaseKeyframe) - Private + Protected function _Getoffset: Double; function _Geteasing: UTF8String; function _Getcomposite: TCompositeOperationOrAuto; @@ -5178,7 +5178,7 @@ Type end; TJSBasicCardRequest = class(TJSObject,IJSBasicCardRequest) - Private + Protected function _GetsupportedNetworks: TUnicodeStringDynArray; function _GetrequestSecurityCode: Boolean; procedure _SetsupportedNetworks(const aValue: TUnicodeStringDynArray); @@ -5226,7 +5226,7 @@ Type end; TJSBasicCardResponse = class(TJSObject,IJSBasicCardResponse) - Private + Protected function _GetcardholderName: UnicodeString; function _GetcardNumber: UnicodeString; function _GetexpiryMonth: UnicodeString; @@ -5266,7 +5266,7 @@ Type end; TJSBasicCardChangeDetails = class(TJSObject,IJSBasicCardChangeDetails) - Private + Protected function _GetbillingAddress: IJSPaymentAddress; procedure _SetbillingAddress(const aValue: IJSPaymentAddress); Public @@ -5311,7 +5311,7 @@ Type end; TJSBasicCardErrors = class(TJSObject,IJSBasicCardErrors) - Private + Protected function _GetcardNumber: UnicodeString; function _GetcardholderName: UnicodeString; function _GetcardSecurityCode: UnicodeString; @@ -5355,7 +5355,7 @@ Type end; TJSBlobPropertyBag = class(TJSObject,IJSBlobPropertyBag) - Private + Protected function _Gettype_: UnicodeString; function _Getendings: TEndingType; procedure _Settype_(const aValue: UnicodeString); @@ -5399,7 +5399,7 @@ Type end; TJSOpenWindowEventDetail = class(TJSObject,IJSOpenWindowEventDetail) - Private + Protected function _Geturl: UnicodeString; function _Getname: UnicodeString; function _Getfeatures: UnicodeString; @@ -5440,7 +5440,7 @@ Type end; TJSDOMWindowResizeEventDetail = class(TJSObject,IJSDOMWindowResizeEventDetail) - Private + Protected function _Getwidth: LongInt; function _Getheight: LongInt; procedure _Setwidth(const aValue: LongInt); @@ -5476,7 +5476,7 @@ Type end; TJSCacheQueryOptions = class(TJSObject,IJSCacheQueryOptions) - Private + Protected function _GetignoreSearch: Boolean; function _GetignoreMethod: Boolean; function _GetignoreVary: Boolean; @@ -5519,7 +5519,7 @@ Type end; TJSCacheBatchOperation = class(TJSObject,IJSCacheBatchOperation) - Private + Protected function _Gettype_: UnicodeString; function _Getrequest: IJSRequest; function _Getresponse: IJSResponse; @@ -5561,7 +5561,7 @@ Type end; TJSCancelContentJSOptions = class(TJSObject,IJSCancelContentJSOptions) - Private + Protected function _Getindex: LongInt; function _Geturi: IJSURI; function _Getepoch: LongInt; @@ -5604,7 +5604,7 @@ Type end; TJSCanvasRenderingContext2DSettings = class(TJSObject,IJSCanvasRenderingContext2DSettings) - Private + Protected function _Getalpha: Boolean; function _Getdesynchronized: Boolean; function _GetcolorSpace: TPredefinedColorSpace; @@ -5646,7 +5646,7 @@ Type end; TJSHitRegionOptions = class(TJSObject,IJSHitRegionOptions) - Private + Protected function _Getpath: IJSPath2D; function _Getid: UnicodeString; function _Getcontrol: IJSElement; @@ -5689,7 +5689,7 @@ Type end; TJSCheckerboardReport = class(TJSObject,IJSCheckerboardReport) - Private + Protected function _Getseverity: Cardinal; function _Gettimestamp: TDOMTimeStamp; function _Getlog: UnicodeString; @@ -5727,7 +5727,7 @@ Type end; TJSClientQueryOptions = class(TJSObject,IJSClientQueryOptions) - Private + Protected function _GetincludeUncontrolled: Boolean; function _Gettype_: TClientType; procedure _SetincludeUncontrolled(const aValue: Boolean); @@ -5755,7 +5755,7 @@ Type end; TJSClipboardItemOptions = class(TJSObject,IJSClipboardItemOptions) - Private + Protected function _GetpresentationStyle: TPresentationStyle; procedure _SetpresentationStyle(const aValue: TPresentationStyle); Public @@ -5780,7 +5780,7 @@ Type end; TJSConstantSourceOptions = class(TJSObject,IJSConstantSourceOptions) - Private + Protected function _Getoffset: Single; procedure _Setoffset(const aValue: Single); Public @@ -5817,7 +5817,7 @@ Type end; TJSCredentialRequestOptions = class(TJSObject,IJSCredentialRequestOptions) - Private + Protected function _Getmediation: TCredentialMediationRequirement; function _Getsignal: IJSAbortSignal; function _GetpublicKey: TJSPublicKeyCredentialRequestOptions; @@ -5855,7 +5855,7 @@ Type end; TJSCredentialCreationOptions = class(TJSObject,IJSCredentialCreationOptions) - Private + Protected function _GetpublicKey: TJSPublicKeyCredentialCreationOptions; function _Getsignal: IJSAbortSignal; procedure _SetpublicKey(const aValue: TJSPublicKeyCredentialCreationOptions); @@ -5971,7 +5971,7 @@ Type end; TJSCSP = class(TJSObject,IJSCSP) - Private + Protected function _Getreport_only: Boolean; function _Getdefault_src: TUnicodeStringDynArray; function _Getscript_src: TUnicodeStringDynArray; @@ -6063,7 +6063,7 @@ Type end; TJSCSPPolicies = class(TJSObject,IJSCSPPolicies) - Private + Protected function _Getcsp_policies: TJSCSPDynArray; procedure _Setcsp_policies(const aValue: TJSCSPDynArray); Public @@ -6132,7 +6132,7 @@ Type end; TJSCSPReportProperties = class(TJSObject,IJSCSPReportProperties) - Private + Protected function _Getdocument_uri: UnicodeString; function _Getreferrer: UnicodeString; function _Getblocked_uri: UnicodeString; @@ -6190,7 +6190,7 @@ Type end; TJSCSPReport = class(TJSObject,IJSCSPReport) - Private + Protected function _Getcsp_report: TJSCSPReportProperties; procedure _Setcsp_report(const aValue: TJSCSPReportProperties); Public @@ -6227,7 +6227,7 @@ Type end; TJSPropertyDefinition = class(TJSObject,IJSPropertyDefinition) - Private + Protected function _Getname: UTF8String; function _Getsyntax: UTF8String; function _Getinherits: Boolean; @@ -6265,7 +6265,7 @@ Type end; TJSSelectorWarning = class(TJSObject,IJSSelectorWarning) - Private + Protected function _Getindex: Cardinal; function _Getkind: TSelectorWarningKind; procedure _Setindex(const aValue: Cardinal); @@ -6303,7 +6303,7 @@ Type end; TJSCSSStyleSheetInit = class(TJSObject,IJSCSSStyleSheetInit) - Private + Protected function _Getmedia: TCSSStyleSheetInit_media_Type; function _Getdisabled: Boolean; function _GetbaseURL: UTF8String; @@ -6334,7 +6334,7 @@ Type end; TJSElementDefinitionOptions = class(TJSObject,IJSElementDefinitionOptions) - Private + Protected function _Getextends: UnicodeString; procedure _Setextends(const aValue: UnicodeString); Public @@ -6371,7 +6371,7 @@ Type end; TJSLifecycleCallbacks = class(TJSObject,IJSLifecycleCallbacks) - Private + Protected function _GetconnectedCallback: TLifecycleConnectedCallback; function _GetdisconnectedCallback: TLifecycleDisconnectedCallback; function _GetadoptedCallback: TLifecycleAdoptedCallback; @@ -6417,7 +6417,7 @@ Type end; TJSFormAssociatedLifecycleCallbacks = class(TJSObject,IJSFormAssociatedLifecycleCallbacks) - Private + Protected function _GetformAssociatedCallback: TLifecycleFormAssociatedCallback; function _GetformResetCallback: TLifecycleFormResetCallback; function _GetformDisabledCallback: TLifecycleFormDisabledCallback; @@ -6475,7 +6475,7 @@ Type end; TJSDecoderDoctorNotification = class(TJSObject,IJSDecoderDoctorNotification) - Private + Protected function _Gettype_: TDecoderDoctorNotificationType; function _GetisSolved: Boolean; function _GetdecoderDoctorReportId: UnicodeString; @@ -6526,7 +6526,7 @@ Type end; TJSDeviceAccelerationInit = class(TJSObject,IJSDeviceAccelerationInit) - Private + Protected function _Getx: Double; function _Gety: Double; function _Getz: Double; @@ -6565,7 +6565,7 @@ Type end; TJSDeviceRotationRateInit = class(TJSObject,IJSDeviceRotationRateInit) - Private + Protected function _Getalpha: Double; function _Getbeta: Double; function _Getgamma: Double; @@ -6596,7 +6596,7 @@ Type end; TJSElementCreationOptions = class(TJSObject,IJSElementCreationOptions) - Private + Protected function _Getis_: UnicodeString; procedure _Setis_(const aValue: UnicodeString); Public @@ -6621,7 +6621,7 @@ Type end; TJSBlockParsingOptions = class(TJSObject,IJSBlockParsingOptions) - Private + Protected function _GetblockScriptCreated: Boolean; procedure _SetblockScriptCreated(const aValue: Boolean); Public @@ -6670,7 +6670,7 @@ Type end; TJSWireframeTaggedRect = class(TJSObject,IJSWireframeTaggedRect) - Private + Protected function _Getx: Double; function _Gety: Double; function _Getwidth: Double; @@ -6722,7 +6722,7 @@ Type end; TJSWireframe = class(TJSObject,IJSWireframe) - Private + Protected function _GetcanvasBackground: Cardinal; function _Getrects: TJSWireframeTaggedRectDynArray; function _Getversion: Cardinal; @@ -6753,7 +6753,7 @@ Type end; TJSDocumentTimelineOptions = class(TJSObject,IJSDocumentTimelineOptions) - Private + Protected function _GetoriginTime: TDOMHighResTimeStamp; procedure _SetoriginTime(const aValue: TDOMHighResTimeStamp); Public @@ -6822,7 +6822,7 @@ Type end; TJSDOMMatrix2DInit = class(TJSObject,IJSDOMMatrix2DInit) - Private + Protected function _Geta: Double; function _Getb: Double; function _Getc: Double; @@ -6892,7 +6892,7 @@ Type end; TJSDOMPointInit = class(TJSObject,IJSDOMPointInit) - Private + Protected function _Getx: Double; function _Gety: Double; function _Getz: Double; @@ -6938,7 +6938,7 @@ Type end; TJSDOMQuadInit = class(TJSObject,IJSDOMQuadInit) - Private + Protected function _Getp1: TJSDOMPointInit; function _Getp2: TJSDOMPointInit; function _Getp3: TJSDOMPointInit; @@ -6984,7 +6984,7 @@ Type end; TJSDOMRectInit = class(TJSObject,IJSDOMRectInit) - Private + Protected function _Getx: Double; function _Gety: Double; function _Getwidth: Double; @@ -7022,7 +7022,7 @@ Type end; TJSFocusOptions = class(TJSObject,IJSFocusOptions) - Private + Protected function _GetpreventScroll: Boolean; function _GetfocusVisible: Boolean; procedure _SetpreventScroll(const aValue: Boolean); @@ -7066,7 +7066,7 @@ Type end; TJSCheckVisibilityOptions = class(TJSObject,IJSCheckVisibilityOptions) - Private + Protected function _GetcheckOpacity: Boolean; function _GetcheckVisibilityCSS: Boolean; function _GetcontentVisibilityAuto: Boolean; @@ -7115,7 +7115,7 @@ Type end; TJSShadowRootInit = class(TJSObject,IJSShadowRootInit) - Private + Protected function _Getmode: TShadowRootMode; function _GetdelegatesFocus: Boolean; function _GetslotAssignment: TSlotAssignmentMode; @@ -7149,7 +7149,7 @@ Type end; TJSSetHTMLOptions = class(TJSObject,IJSSetHTMLOptions) - Private + Protected function _Getsanitizer: TJSSanitizerConfig; procedure _Setsanitizer(const aValue: TJSSanitizerConfig); Public @@ -7210,7 +7210,7 @@ Type end; TJSValidityStateFlags = class(TJSObject,IJSValidityStateFlags) - Private + Protected function _GetvalueMissing: Boolean; function _GettypeMismatch: Boolean; function _GetpatternMismatch: Boolean; @@ -7280,7 +7280,7 @@ Type end; TJSEncodedAudioChunkInit = class(TJSObject,IJSEncodedAudioChunkInit) - Private + Protected function _Gettype_: TEncodedAudioChunkType; function _Gettimestamp: Int64; function _Getduration: QWord; @@ -7331,7 +7331,7 @@ Type end; TJSEncodedVideoChunkInit = class(TJSObject,IJSEncodedVideoChunkInit) - Private + Protected function _Gettype_: TEncodedVideoChunkType; function _Gettimestamp: Int64; function _Getduration: QWord; @@ -7373,7 +7373,7 @@ Type end; TJSEventInit = class(TJSObject,IJSEventInit) - Private + Protected function _Getbubbles: Boolean; function _Getcancelable: Boolean; function _Getcomposed: Boolean; @@ -7404,7 +7404,7 @@ Type end; TJSEventSourceInit = class(TJSObject,IJSEventSourceInit) - Private + Protected function _GetwithCredentials: Boolean; procedure _SetwithCredentials(const aValue: Boolean); Public @@ -7433,7 +7433,7 @@ Type end; TJSEventListenerOptions = class(TJSObject,IJSEventListenerOptions) - Private + Protected function _Getcapture: Boolean; function _GetmozSystemGroup: Boolean; procedure _Setcapture(const aValue: Boolean); @@ -7465,7 +7465,7 @@ Type end; TJSExtensionPortDescriptor = class(TJSObject,IJSExtensionPortDescriptor) - Private + Protected function _GetportId: UnicodeString; function _Getname: UnicodeString; procedure _SetportId(const aValue: UnicodeString); @@ -7533,7 +7533,7 @@ Type end; TJSFailedCertSecurityInfo = class(TJSObject,IJSFailedCertSecurityInfo) - Private + Protected function _GeterrorCodeString: UnicodeString; function _GetoverridableErrorCategory: TOverridableErrorCategory; function _GetvalidNotBefore: TDOMTimeStamp; @@ -7621,7 +7621,7 @@ Type end; TJSFakePluginTagInit = class(TJSObject,IJSFakePluginTagInit) - Private + Protected function _GethandlerURI: UnicodeString; function _GetmimeEntries: TJSFakePluginMimeEntryDynArray; function _GetniceName: UnicodeString; @@ -7678,7 +7678,7 @@ Type end; TJSFakePluginMimeEntry = class(TJSObject,IJSFakePluginMimeEntry) - Private + Protected function _Gettype_: UnicodeString; function _Getdescription: UnicodeString; function _Getextension: UnicodeString; @@ -7709,7 +7709,7 @@ Type end; TJSFetchReadableStreamReadDataDone = class(TJSObject,IJSFetchReadableStreamReadDataDone) - Private + Protected function _Getdone: Boolean; procedure _Setdone(const aValue: Boolean); Public @@ -7734,7 +7734,7 @@ Type end; TJSFetchReadableStreamReadDataArray = class(TJSObject,IJSFetchReadableStreamReadDataArray) - Private + Protected function _Getvalue: IJSUint8Array; procedure _Setvalue(const aValue: IJSUint8Array); Public @@ -7763,7 +7763,7 @@ Type end; TJSFileSystemFlags = class(TJSObject,IJSFileSystemFlags) - Private + Protected function _Getcreate: Boolean; function _Getexclusive: Boolean; procedure _Setcreate(const aValue: Boolean); @@ -7791,7 +7791,7 @@ Type end; TJSFileSystemGetFileOptions = class(TJSObject,IJSFileSystemGetFileOptions) - Private + Protected function _Getcreate: Boolean; procedure _Setcreate(const aValue: Boolean); Public @@ -7816,7 +7816,7 @@ Type end; TJSFileSystemGetDirectoryOptions = class(TJSObject,IJSFileSystemGetDirectoryOptions) - Private + Protected function _Getcreate: Boolean; procedure _Setcreate(const aValue: Boolean); Public @@ -7841,7 +7841,7 @@ Type end; TJSFileSystemRemoveOptions = class(TJSObject,IJSFileSystemRemoveOptions) - Private + Protected function _Getrecursive: Boolean; procedure _Setrecursive(const aValue: Boolean); Public @@ -7866,7 +7866,7 @@ Type end; TJSFileSystemCreateWritableOptions = class(TJSObject,IJSFileSystemCreateWritableOptions) - Private + Protected function _GetkeepExistingData: Boolean; procedure _SetkeepExistingData(const aValue: Boolean); Public @@ -7891,7 +7891,7 @@ Type end; TJSFileSystemReadWriteOptions = class(TJSObject,IJSFileSystemReadWriteOptions) - Private + Protected function _Getat: QWord; procedure _Setat(const aValue: QWord); Public @@ -7930,7 +7930,7 @@ Type end; TJSWriteParams = class(TJSObject,IJSWriteParams) - Private + Protected function _Gettype_: TWriteCommandType; function _Getsize: QWord; function _Getposition: QWord; @@ -8008,7 +8008,7 @@ Type end; TJSFontFaceDescriptors = class(TJSObject,IJSFontFaceDescriptors) - Private + Protected function _Getstyle: UTF8String; function _Getweight: UTF8String; function _Getstretch: UTF8String; @@ -8070,7 +8070,7 @@ Type end; TJSFontFaceSetIteratorResult = class(TJSObject,IJSFontFaceSetIteratorResult) - Private + Protected function _Getvalue: Variant; function _Getdone: Boolean; procedure _Setvalue(const aValue: Variant); @@ -8106,7 +8106,7 @@ Type end; TJSGamepadLightColor = class(TJSObject,IJSGamepadLightColor) - Private + Protected function _Getred: Byte; function _Getgreen: Byte; function _Getblue: Byte; @@ -8145,7 +8145,7 @@ Type end; TJSPositionOptions = class(TJSObject,IJSPositionOptions) - Private + Protected function _GetenableHighAccuracy: Boolean; function _Gettimeout: Cardinal; function _GetmaximumAge: Cardinal; @@ -8180,7 +8180,7 @@ Type end; TJSBoxQuadOptions = class(TJSObject,IJSBoxQuadOptions) - Private + Protected function _Getbox: TCSSBoxType; function _GetrelativeTo: TGeometryNode; procedure _Setbox(const aValue: TCSSBoxType); @@ -8212,7 +8212,7 @@ Type end; TJSConvertCoordinateOptions = class(TJSObject,IJSConvertCoordinateOptions) - Private + Protected function _GetfromBox: TCSSBoxType; function _GettoBox: TCSSBoxType; procedure _SetfromBox(const aValue: TCSSBoxType); @@ -8248,7 +8248,7 @@ Type end; TJSGleanDistributionData = class(TJSObject,IJSGleanDistributionData) - Private + Protected function _Getsum: QWord; function _Getcount: QWord; function _Getvalues: IJSObject; @@ -8291,7 +8291,7 @@ Type end; TJSGleanEventRecord = class(TJSObject,IJSGleanEventRecord) - Private + Protected function _Gettimestamp: QWord; function _Getcategory: UTF8String; function _Getname: UTF8String; @@ -8329,7 +8329,7 @@ Type end; TJSGleanRateData = class(TJSObject,IJSGleanRateData) - Private + Protected function _Getnumerator: LongInt; function _Getdenominator: LongInt; procedure _Setnumerator(const aValue: LongInt); @@ -8373,7 +8373,7 @@ Type end; TJSDateTimeValue = class(TJSObject,IJSDateTimeValue) - Private + Protected function _Gethour: LongInt; function _Getminute: LongInt; function _Getyear: LongInt; @@ -8410,7 +8410,7 @@ Type end; TJSAssignedNodesOptions = class(TJSObject,IJSAssignedNodesOptions) - Private + Protected function _Getflatten: Boolean; procedure _Setflatten(const aValue: Boolean); Public @@ -8435,7 +8435,7 @@ Type end; TJSIDBTransactionOptions = class(TJSObject,IJSIDBTransactionOptions) - Private + Protected function _Getdurability: TIDBTransactionDurability; procedure _Setdurability(const aValue: TIDBTransactionDurability); Public @@ -8460,7 +8460,7 @@ Type end; TJSIDBOpenDBOptions = class(TJSObject,IJSIDBOpenDBOptions) - Private + Protected function _Getversion: QWord; procedure _Setversion(const aValue: QWord); Public @@ -8489,7 +8489,7 @@ Type end; TJSIDBDatabaseInfo = class(TJSObject,IJSIDBDatabaseInfo) - Private + Protected function _Getname: UnicodeString; function _Getversion: QWord; procedure _Setname(const aValue: UnicodeString); @@ -8525,7 +8525,7 @@ Type end; TJSIDBIndexParameters = class(TJSObject,IJSIDBIndexParameters) - Private + Protected function _Getunique: Boolean; function _GetmultiEntry: Boolean; function _Getlocale: UnicodeString; @@ -8562,7 +8562,7 @@ Type end; TJSIDBObjectStoreParameters = class(TJSObject,IJSIDBObjectStoreParameters) - Private + Protected function _GetkeyPath: TIDBObjectStoreParameters_keyPath_Type; function _GetautoIncrement: Boolean; procedure _SetkeyPath(const aValue: TIDBObjectStoreParameters_keyPath_Type); @@ -8591,7 +8591,7 @@ Type end; TJSIdentityCredentialRequestOptions = class(TJSObject,IJSIdentityCredentialRequestOptions) - Private + Protected function _Getproviders: TJSIdentityProviderConfigDynArray; procedure _Setproviders(const aValue: TJSIdentityProviderConfigDynArray); Public @@ -8624,7 +8624,7 @@ Type end; TJSIdentityProviderConfig = class(TJSObject,IJSIdentityProviderConfig) - Private + Protected function _GetconfigURL: UTF8String; function _GetclientId: UnicodeString; function _Getnonce: UnicodeString; @@ -8656,7 +8656,7 @@ Type end; TJSIdentityProviderWellKnown = class(TJSObject,IJSIdentityProviderWellKnown) - Private + Protected function _Getprovider_urls: TUTF8StringDynArray; procedure _Setprovider_urls(const aValue: TUTF8StringDynArray); Public @@ -8685,7 +8685,7 @@ Type end; TJSIdentityProviderIcon = class(TJSObject,IJSIdentityProviderIcon) - Private + Protected function _Geturl: UnicodeString; function _Getsize: Cardinal; procedure _Seturl(const aValue: UnicodeString); @@ -8726,7 +8726,7 @@ Type end; TJSIdentityProviderBranding = class(TJSObject,IJSIdentityProviderBranding) - Private + Protected function _Getbackground_color: UnicodeString; function _Getcolor: UnicodeString; function _Geticons: TJSIdentityProviderIconDynArray; @@ -8772,7 +8772,7 @@ Type end; TJSIdentityProviderAPIConfig = class(TJSObject,IJSIdentityProviderAPIConfig) - Private + Protected function _Getaccounts_endpoint: UTF8String; function _Getclient_metadata_endpoint: UTF8String; function _Getid_assertion_endpoint: UTF8String; @@ -8826,7 +8826,7 @@ Type end; TJSIdentityProviderAccount = class(TJSObject,IJSIdentityProviderAccount) - Private + Protected function _Getid: UnicodeString; function _Getname: UnicodeString; function _Getemail: UnicodeString; @@ -8867,7 +8867,7 @@ Type end; TJSIdentityProviderAccountList = class(TJSObject,IJSIdentityProviderAccountList) - Private + Protected function _Getaccounts: TJSIdentityProviderAccountDynArray; procedure _Setaccounts(const aValue: TJSIdentityProviderAccountDynArray); Public @@ -8896,7 +8896,7 @@ Type end; TJSIdentityProviderClientMetadata = class(TJSObject,IJSIdentityProviderClientMetadata) - Private + Protected function _Getprivacy_policy_url: UnicodeString; function _Getterms_of_service_url: UnicodeString; procedure _Setprivacy_policy_url(const aValue: UnicodeString); @@ -8924,7 +8924,7 @@ Type end; TJSIdentityProviderToken = class(TJSObject,IJSIdentityProviderToken) - Private + Protected function _Gettoken: UnicodeString; procedure _Settoken(const aValue: UnicodeString); Public @@ -8953,7 +8953,7 @@ Type end; TJSIdentityCredentialLogoutRPsRequest = class(TJSObject,IJSIdentityCredentialLogoutRPsRequest) - Private + Protected function _Geturl: UTF8String; function _GetaccountId: UTF8String; procedure _Seturl(const aValue: UTF8String); @@ -9001,7 +9001,7 @@ Type end; TJSChannelPixelLayout = class(TJSObject,IJSChannelPixelLayout) - Private + Protected function _Getoffset: Cardinal; function _Getwidth: Cardinal; function _Getheight: Cardinal; @@ -9057,7 +9057,7 @@ Type end; TJSImageBitmapOptions = class(TJSObject,IJSImageBitmapOptions) - Private + Protected function _GetimageOrientation: TImageOrientation; function _GetpremultiplyAlpha: TPremultiplyAlpha; function _GetcolorSpaceConversion: TColorSpaceConversion; @@ -9102,7 +9102,7 @@ Type end; TJSInstallTriggerData = class(TJSObject,IJSInstallTriggerData) - Private + Protected function _GetURL: UnicodeString; function _GetIconURL: UnicodeString; function _GetHash: UnicodeString; @@ -9149,7 +9149,7 @@ Type end; TJSIntersectionObserverEntryInit = class(TJSObject,IJSIntersectionObserverEntryInit) - Private + Protected function _Gettime: TDOMHighResTimeStamp; function _GetrootBounds: TJSDOMRectInit; function _GetboundingClientRect: TJSDOMRectInit; @@ -9198,7 +9198,7 @@ Type end; TJSIntersectionObserverInit = class(TJSObject,IJSIntersectionObserverInit) - Private + Protected function _Getroot: TIntersectionObserverInit_root_Type; function _GetrootMargin: UTF8String; function _Getthreshold: TIntersectionObserverInit_threshold_Type; @@ -9241,7 +9241,7 @@ Type end; TJSDisplayNameOptions = class(TJSObject,IJSDisplayNameOptions) - Private + Protected function _Gettype_: UnicodeString; function _Getstyle: UnicodeString; function _Getcalendar: UnicodeString; @@ -9291,7 +9291,7 @@ Type end; TJSDisplayNameResult = class(TJSObject,IJSDisplayNameResult) - Private + Protected function _Getlocale: UnicodeString; function _Gettype_: UnicodeString; function _Getstyle: UnicodeString; @@ -9332,7 +9332,7 @@ Type end; TJSLocaleInfo = class(TJSObject,IJSLocaleInfo) - Private + Protected function _Getlocale: UnicodeString; function _Getdirection: UnicodeString; procedure _Setlocale(const aValue: UnicodeString); @@ -9364,7 +9364,7 @@ Type end; TJSIterableKeyOrValueResult = class(TJSObject,IJSIterableKeyOrValueResult) - Private + Protected function _Getvalue: Variant; function _Getdone: Boolean; procedure _Setvalue(const aValue: Variant); @@ -9397,7 +9397,7 @@ Type end; TJSIterableKeyAndValueResult = class(TJSObject,IJSIterableKeyAndValueResult) - Private + Protected function _Getvalue: TVariantDynArray; function _Getdone: Boolean; procedure _Setvalue(const aValue: TVariantDynArray); @@ -9425,7 +9425,7 @@ Type end; TJSKeyAlgorithm = class(TJSObject,IJSKeyAlgorithm) - Private + Protected function _Getname: UnicodeString; procedure _Setname(const aValue: UnicodeString); Public @@ -9462,7 +9462,7 @@ Type end; TJSAnimationPropertyValueDetails = class(TJSObject,IJSAnimationPropertyValueDetails) - Private + Protected function _Getoffset: Double; function _Getvalue: UTF8String; function _Geteasing: UTF8String; @@ -9509,7 +9509,7 @@ Type end; TJSAnimationPropertyDetails = class(TJSObject,IJSAnimationPropertyDetails) - Private + Protected function _Getproperty_: UnicodeString; function _GetrunningOnCompositor: Boolean; function _Getwarning: UnicodeString; @@ -9543,7 +9543,7 @@ Type end; TJSKeyIdsInitData = class(TJSObject,IJSKeyIdsInitData) - Private + Protected function _Getkids: TUnicodeStringDynArray; procedure _Setkids(const aValue: TUnicodeStringDynArray); Public @@ -9572,7 +9572,7 @@ Type end; TJSL10nIdArgs = class(TJSObject,IJSL10nIdArgs) - Private + Protected function _Getid: UTF8String; function _Getargs: IJSArray; procedure _Setid(const aValue: UTF8String); @@ -9604,7 +9604,7 @@ Type end; TJSAttributeNameValue = class(TJSObject,IJSAttributeNameValue) - Private + Protected function _Getname: UTF8String; function _Getvalue: UTF8String; procedure _Setname(const aValue: UTF8String); @@ -9637,7 +9637,7 @@ Type end; TJSL10nMessage = class(TJSObject,IJSL10nMessage) - Private + Protected function _Getvalue: UTF8String; function _Getattributes: TJSAttributeNameValueDynArray; procedure _Setvalue(const aValue: UTF8String); @@ -9665,7 +9665,7 @@ Type end; TJSL10nArgsHelperDict = class(TJSObject,IJSL10nArgsHelperDict) - Private + Protected function _Getargs: IJSArray; procedure _Setargs(const aValue: IJSArray); Public @@ -9702,7 +9702,7 @@ Type end; TJSLockOptions = class(TJSObject,IJSLockOptions) - Private + Protected function _Getmode: TLockMode; function _GetifAvailable: Boolean; function _Getsteal: Boolean; @@ -9741,7 +9741,7 @@ Type end; TJSLockManagerSnapshot = class(TJSObject,IJSLockManagerSnapshot) - Private + Protected function _Getheld: TJSLockInfoDynArray; function _Getpending: TJSLockInfoDynArray; procedure _Setheld(const aValue: TJSLockInfoDynArray); @@ -9777,7 +9777,7 @@ Type end; TJSLockInfo = class(TJSObject,IJSLockInfo) - Private + Protected function _Getname: UnicodeString; function _Getmode: TLockMode; function _GetclientId: UnicodeString; @@ -9812,7 +9812,7 @@ Type end; TJSMediaConfiguration = class(TJSObject,IJSMediaConfiguration) - Private + Protected function _Getvideo: TJSVideoConfiguration; function _Getaudio: TJSAudioConfiguration; procedure _Setvideo(const aValue: TJSVideoConfiguration); @@ -9876,7 +9876,7 @@ Type end; TJSVideoConfiguration = class(TJSObject,IJSVideoConfiguration) - Private + Protected function _GetcontentType: UnicodeString; function _Getwidth: Cardinal; function _Getheight: Cardinal; @@ -9940,7 +9940,7 @@ Type end; TJSAudioConfiguration = class(TJSObject,IJSAudioConfiguration) - Private + Protected function _GetcontentType: UnicodeString; function _Getchannels: UnicodeString; function _Getbitrate: QWord; @@ -9990,7 +9990,7 @@ Type end; TJSMediaCacheStreamDebugInfo = class(TJSObject,IJSMediaCacheStreamDebugInfo) - Private + Protected function _GetstreamLength: Int64; function _GetchannelOffset: Int64; function _GetcacheSuspended: Boolean; @@ -10027,7 +10027,7 @@ Type end; TJSMediaResourceDebugInfo = class(TJSObject,IJSMediaResourceDebugInfo) - Private + Protected function _GetcacheStream: TJSMediaCacheStreamDebugInfo; procedure _SetcacheStream(const aValue: TJSMediaCacheStreamDebugInfo); Public @@ -10088,7 +10088,7 @@ Type end; TJSMediaDecoderDebugInfo = class(TJSObject,IJSMediaDecoderDebugInfo) - Private + Protected function _Getinstance: UnicodeString; function _Getchannels: Cardinal; function _Getrate: Cardinal; @@ -10172,7 +10172,7 @@ Type end; TJSAudioSinkDebugInfo = class(TJSObject,IJSAudioSinkDebugInfo) - Private + Protected function _GetstartTime: Int64; function _GetlastGoodPosition: Int64; function _GetisPlaying: Boolean; @@ -10233,7 +10233,7 @@ Type end; TJSAudioSinkWrapperDebugInfo = class(TJSObject,IJSAudioSinkWrapperDebugInfo) - Private + Protected function _GetisPlaying: Boolean; function _GetisStarted: Boolean; function _GetaudioEnded: Boolean; @@ -10295,7 +10295,7 @@ Type end; TJSVideoSinkDebugInfo = class(TJSObject,IJSVideoSinkDebugInfo) - Private + Protected function _GetisStarted: Boolean; function _GetisPlaying: Boolean; function _Getfinished: Boolean; @@ -10373,7 +10373,7 @@ Type end; TJSDecodedStreamDataDebugInfo = class(TJSObject,IJSDecodedStreamDataDebugInfo) - Private + Protected function _Getinstance: UnicodeString; function _GetaudioFramesWritten: Int64; function _GetstreamAudioWritten: Int64; @@ -10450,7 +10450,7 @@ Type end; TJSDecodedStreamDebugInfo = class(TJSObject,IJSDecodedStreamDebugInfo) - Private + Protected function _Getinstance: UnicodeString; function _GetstartTime: Int64; function _GetlastOutputTime: Int64; @@ -10504,7 +10504,7 @@ Type end; TJSMediaSinkDebugInfo = class(TJSObject,IJSMediaSinkDebugInfo) - Private + Protected function _GetaudioSinkWrapper: TJSAudioSinkWrapperDebugInfo; function _GetvideoSink: TJSVideoSinkDebugInfo; function _GetdecodedStream: TJSDecodedStreamDebugInfo; @@ -10535,7 +10535,7 @@ Type end; TJSMediaDecoderStateMachineDecodingStateDebugInfo = class(TJSObject,IJSMediaDecoderStateMachineDecodingStateDebugInfo) - Private + Protected function _GetisPrerolling: Boolean; procedure _SetisPrerolling(const aValue: Boolean); Public @@ -10620,7 +10620,7 @@ Type end; TJSMediaDecoderStateMachineDebugInfo = class(TJSObject,IJSMediaDecoderStateMachineDebugInfo) - Private + Protected function _Getduration: Int64; function _GetmediaTime: Int64; function _Getclock: Int64; @@ -10754,7 +10754,7 @@ Type end; TJSMediaStateDebugInfo = class(TJSObject,IJSMediaStateDebugInfo) - Private + Protected function _GetneedInput: Boolean; function _GethasPromise: Boolean; function _GetwaitingPromise: Boolean; @@ -10835,7 +10835,7 @@ Type end; TJSMediaFrameStats = class(TJSObject,IJSMediaFrameStats) - Private + Protected function _GetdroppedDecodedFrames: Int64; function _GetdroppedSinkFrames: Int64; function _GetdroppedCompositorFrames: Int64; @@ -10934,7 +10934,7 @@ Type end; TJSMediaFormatReaderDebugInfo = class(TJSObject,IJSMediaFormatReaderDebugInfo) - Private + Protected function _GetvideoType: UnicodeString; function _GetvideoDecoderName: UnicodeString; function _GetvideoWidth: LongInt; @@ -11014,7 +11014,7 @@ Type end; TJSBufferRange = class(TJSObject,IJSBufferRange) - Private + Protected function _Getstart: Double; function _Getend_: Double; procedure _Setstart(const aValue: Double); @@ -11071,7 +11071,7 @@ Type end; TJSTrackBuffersManagerDebugInfo = class(TJSObject,IJSTrackBuffersManagerDebugInfo) - Private + Protected function _Gettype_: UnicodeString; function _GetnextSampleTime: Double; function _GetnumSamples: LongInt; @@ -11121,7 +11121,7 @@ Type end; TJSMediaSourceDemuxerDebugInfo = class(TJSObject,IJSMediaSourceDemuxerDebugInfo) - Private + Protected function _GetaudioTrack: TJSTrackBuffersManagerDebugInfo; function _GetvideoTrack: TJSTrackBuffersManagerDebugInfo; procedure _SetaudioTrack(const aValue: TJSTrackBuffersManagerDebugInfo); @@ -11153,7 +11153,7 @@ Type end; TJSMediaSourceDecoderDebugInfo = class(TJSObject,IJSMediaSourceDecoderDebugInfo) - Private + Protected function _Getreader: TJSMediaFormatReaderDebugInfo; function _Getdemuxer: TJSMediaSourceDemuxerDebugInfo; procedure _Setreader(const aValue: TJSMediaFormatReaderDebugInfo); @@ -11185,7 +11185,7 @@ Type end; TJSEMEDebugInfo = class(TJSObject,IJSEMEDebugInfo) - Private + Protected function _GetkeySystem: UnicodeString; function _GetsessionsInfo: UnicodeString; procedure _SetkeySystem(const aValue: UnicodeString); @@ -11221,7 +11221,7 @@ Type end; TJSHTMLMediaElementDebugInfo = class(TJSObject,IJSHTMLMediaElementDebugInfo) - Private + Protected function _GetcompositorDroppedFrames: Cardinal; function _GetEMEInfo: TJSEMEDebugInfo; function _Getdecoder: TJSMediaDecoderDebugInfo; @@ -11252,7 +11252,7 @@ Type end; TJSAudioOutputOptions = class(TJSObject,IJSAudioOutputOptions) - Private + Protected function _GetdeviceId: UnicodeString; procedure _SetdeviceId(const aValue: UnicodeString); Public @@ -11277,7 +11277,7 @@ Type end; TJSMediaElementAudioSourceOptions = class(TJSObject,IJSMediaElementAudioSourceOptions) - Private + Protected function _GetmediaElement: IJSHTMLMediaElement; procedure _SetmediaElement(const aValue: IJSHTMLMediaElement); Public @@ -11302,7 +11302,7 @@ Type end; TJSMediaKeysPolicy = class(TJSObject,IJSMediaKeysPolicy) - Private + Protected function _GetminHdcpVersion: THDCPVersion; procedure _SetminHdcpVersion(const aValue: THDCPVersion); Public @@ -11331,7 +11331,7 @@ Type end; TJSRequestMediaKeySystemAccessNotification = class(TJSObject,IJSRequestMediaKeySystemAccessNotification) - Private + Protected function _GetkeySystem: UnicodeString; function _Getstatus: TMediaKeySystemStatus; procedure _SetkeySystem(const aValue: UnicodeString); @@ -11367,7 +11367,7 @@ Type end; TJSMediaKeySystemMediaCapability = class(TJSObject,IJSMediaKeySystemMediaCapability) - Private + Protected function _GetcontentType: UnicodeString; function _Getrobustness: UnicodeString; function _GetencryptionScheme: UnicodeString; @@ -11423,7 +11423,7 @@ Type end; TJSMediaKeySystemConfiguration = class(TJSObject,IJSMediaKeySystemConfiguration) - Private + Protected function _Getlabel_: UnicodeString; function _GetinitDataTypes: TUnicodeStringDynArray; function _GetaudioCapabilities: TJSMediaKeySystemMediaCapabilityDynArray; @@ -11478,7 +11478,7 @@ Type end; TJSMediaRecorderOptions = class(TJSObject,IJSMediaRecorderOptions) - Private + Protected function _GetmimeType: UnicodeString; function _GetaudioBitsPerSecond: Cardinal; function _GetvideoBitsPerSecond: Cardinal; @@ -11525,7 +11525,7 @@ Type end; TJSMediaMetadataInit = class(TJSObject,IJSMediaMetadataInit) - Private + Protected function _Gettitle: UnicodeString; function _Getartist: UnicodeString; function _Getalbum: UnicodeString; @@ -11567,7 +11567,7 @@ Type end; TJSMediaImage = class(TJSObject,IJSMediaImage) - Private + Protected function _Getsrc: UnicodeString; function _Getsizes: UnicodeString; function _Gettype_: UnicodeString; @@ -11610,7 +11610,7 @@ Type end; TJSMediaSessionActionDetails = class(TJSObject,IJSMediaSessionActionDetails) - Private + Protected function _Getaction: TMediaSessionAction; function _GetseekOffset: Double; function _GetseekTime: Double; @@ -11652,7 +11652,7 @@ Type end; TJSMediaPositionState = class(TJSObject,IJSMediaPositionState) - Private + Protected function _Getduration: Double; function _GetplaybackRate: Double; function _Getposition: Double; @@ -11703,7 +11703,7 @@ Type end; TJSMediaStreamConstraints = class(TJSObject,IJSMediaStreamConstraints) - Private + Protected function _Getaudio: TMediaStreamConstraints_audio_Type; function _Getvideo: TMediaStreamConstraints_video_Type; function _Getpicture: Boolean; @@ -11748,7 +11748,7 @@ Type end; TJSDisplayMediaStreamConstraints = class(TJSObject,IJSDisplayMediaStreamConstraints) - Private + Protected function _Getvideo: TDisplayMediaStreamConstraints_video_Type; function _Getaudio: TDisplayMediaStreamConstraints_audio_Type; procedure _Setvideo(const aValue: TDisplayMediaStreamConstraints_video_Type); @@ -11776,7 +11776,7 @@ Type end; TJSMediaStreamAudioSourceOptions = class(TJSObject,IJSMediaStreamAudioSourceOptions) - Private + Protected function _GetmediaStream: IJSMediaStream; procedure _SetmediaStream(const aValue: IJSMediaStream); Public @@ -11813,7 +11813,7 @@ Type end; TJSConstrainLongRange = class(TJSObject,IJSConstrainLongRange) - Private + Protected function _Getmin: LongInt; function _Getmax: LongInt; function _Getexact: LongInt; @@ -11859,7 +11859,7 @@ Type end; TJSConstrainDoubleRange = class(TJSObject,IJSConstrainDoubleRange) - Private + Protected function _Getmin: Double; function _Getmax: Double; function _Getexact: Double; @@ -11897,7 +11897,7 @@ Type end; TJSConstrainBooleanParameters = class(TJSObject,IJSConstrainBooleanParameters) - Private + Protected function _Getexact: Boolean; function _Getideal: Boolean; procedure _Setexact(const aValue: Boolean); @@ -11933,7 +11933,7 @@ Type end; TJSConstrainDOMStringParameters = class(TJSObject,IJSConstrainDOMStringParameters) - Private + Protected function _Getexact: TConstrainDOMStringParameters_exact_Type; function _Getideal: TConstrainDOMStringParameters_ideal_Type; procedure _Setexact(const aValue: TConstrainDOMStringParameters_exact_Type); @@ -12025,7 +12025,7 @@ Type end; TJSMediaTrackConstraintSet = class(TJSObject,IJSMediaTrackConstraintSet) - Private + Protected function _Getwidth: TConstrainLong; function _Getheight: TConstrainLong; function _GetframeRate: TConstrainDouble; @@ -12098,7 +12098,7 @@ Type end; TJSMediaStreamTrackAudioSourceOptions = class(TJSObject,IJSMediaStreamTrackAudioSourceOptions) - Private + Protected function _GetmediaStreamTrack: IJSMediaStreamTrack; procedure _SetmediaStreamTrack(const aValue: IJSMediaStreamTrack); Public @@ -12187,7 +12187,7 @@ Type end; TJSMediaTrackSettings = class(TJSObject,IJSMediaTrackSettings) - Private + Protected function _Getwidth: LongInt; function _Getheight: LongInt; function _GetframeRate: Double; @@ -12344,7 +12344,7 @@ Type end; TJSMediaTrackSupportedConstraints = class(TJSObject,IJSMediaTrackSupportedConstraints) - Private + Protected function _Getwidth: Boolean; function _Getheight: Boolean; function _GetaspectRatio: Boolean; @@ -12433,7 +12433,7 @@ Type end; TJSStructuredSerializeOptions = class(TJSObject,IJSStructuredSerializeOptions) - Private + Protected function _Gettransfer: TIJSObjectDynArray; procedure _Settransfer(const aValue: TIJSObjectDynArray); Public @@ -12462,7 +12462,7 @@ Type end; TJSMIDIOptions = class(TJSObject,IJSMIDIOptions) - Private + Protected function _Getsysex: Boolean; function _Getsoftware: Boolean; procedure _Setsysex(const aValue: Boolean); @@ -12498,7 +12498,7 @@ Type end; TJSRemotenessOptions = class(TJSObject,IJSRemotenessOptions) - Private + Protected function _GetremoteType: UTF8String; function _GetpendingSwitchID: QWord; function _GetswitchingInProgressLoad: Boolean; @@ -12553,7 +12553,7 @@ Type end; TJSMutationObserverInit = class(TJSObject,IJSMutationObserverInit) - Private + Protected function _GetchildList: Boolean; function _Getattributes: Boolean; function _GetcharacterData: Boolean; @@ -12600,7 +12600,7 @@ Type end; TJSNavigationPreloadState = class(TJSObject,IJSNavigationPreloadState) - Private + Protected function _Getenabled: Boolean; function _GetheaderValue: UnicodeString; procedure _Setenabled(const aValue: Boolean); @@ -12641,7 +12641,7 @@ Type end; TJSShareData = class(TJSObject,IJSShareData) - Private + Protected function _Gettitle: UnicodeString; function _Gettext: UnicodeString; function _Geturl: UnicodeString; @@ -12675,7 +12675,7 @@ Type end; TJSNetErrorInfo = class(TJSObject,IJSNetErrorInfo) - Private + Protected function _GeterrorCodeString: UnicodeString; procedure _SeterrorCodeString(const aValue: UnicodeString); Public @@ -12868,7 +12868,7 @@ Type end; TJSNetworkCommandOptions = class(TJSObject,IJSNetworkCommandOptions) - Private + Protected function _Getid: LongInt; function _Getcmd: UnicodeString; function _Getifname: UnicodeString; @@ -13151,7 +13151,7 @@ Type end; TJSNetworkResultOptions = class(TJSObject,IJSNetworkResultOptions) - Private + Protected function _Getid: LongInt; function _Getret: Boolean; function _Getbroadcast: Boolean; @@ -13275,7 +13275,7 @@ Type end; TJSGetRootNodeOptions = class(TJSObject,IJSGetRootNodeOptions) - Private + Protected function _Getcomposed: Boolean; procedure _Setcomposed(const aValue: Boolean); Public @@ -13336,7 +13336,7 @@ Type end; TJSNotificationOptions = class(TJSObject,IJSNotificationOptions) - Private + Protected function _Getdir: TNotificationDirection; function _Getlang: UnicodeString; function _Getbody: UnicodeString; @@ -13388,7 +13388,7 @@ Type end; TJSGetNotificationOptions = class(TJSObject,IJSGetNotificationOptions) - Private + Protected function _Gettag: UnicodeString; procedure _Settag(const aValue: UnicodeString); Public @@ -13430,7 +13430,7 @@ Type end; TJSNotificationBehavior = class(TJSObject,IJSNotificationBehavior) - Private + Protected function _Getnoscreen: Boolean; function _Getnoclear: Boolean; function _GetshowOnlyOnce: Boolean; @@ -13475,7 +13475,7 @@ Type end; TJSOfflineAudioContextOptions = class(TJSObject,IJSOfflineAudioContextOptions) - Private + Protected function _GetnumberOfChannels: Cardinal; function _Getlength_: Cardinal; function _GetsampleRate: Single; @@ -13510,7 +13510,7 @@ Type end; TJSImageEncodeOptions = class(TJSObject,IJSImageEncodeOptions) - Private + Protected function _Gettype_: UnicodeString; function _Getquality: Double; procedure _Settype_(const aValue: UnicodeString); @@ -13542,7 +13542,7 @@ Type end; TJSPaymentMethodData = class(TJSObject,IJSPaymentMethodData) - Private + Protected function _GetsupportedMethods: UnicodeString; function _Getdata: IJSObject; procedure _SetsupportedMethods(const aValue: UnicodeString); @@ -13574,7 +13574,7 @@ Type end; TJSPaymentCurrencyAmount = class(TJSObject,IJSPaymentCurrencyAmount) - Private + Protected function _Getcurrency: UnicodeString; function _Getvalue: UnicodeString; procedure _Setcurrency(const aValue: UnicodeString); @@ -13610,7 +13610,7 @@ Type end; TJSPaymentItem = class(TJSObject,IJSPaymentItem) - Private + Protected function _Getlabel_: UnicodeString; function _Getamount: TJSPaymentCurrencyAmount; function _Getpending: Boolean; @@ -13653,7 +13653,7 @@ Type end; TJSPaymentShippingOption = class(TJSObject,IJSPaymentShippingOption) - Private + Protected function _Getid: UnicodeString; function _Getlabel_: UnicodeString; function _Getamount: TJSPaymentCurrencyAmount; @@ -13700,7 +13700,7 @@ Type end; TJSPaymentDetailsModifier = class(TJSObject,IJSPaymentDetailsModifier) - Private + Protected function _GetsupportedMethods: UnicodeString; function _Gettotal: TJSPaymentItem; function _GetadditionalDisplayItems: TJSPaymentItemDynArray; @@ -13744,7 +13744,7 @@ Type end; TJSPaymentDetailsBase = class(TJSObject,IJSPaymentDetailsBase) - Private + Protected function _GetdisplayItems: TJSPaymentItemDynArray; function _GetshippingOptions: TJSPaymentShippingOptionDynArray; function _Getmodifiers: TJSPaymentDetailsModifierDynArray; @@ -13815,7 +13815,7 @@ Type end; TJSAddressErrors = class(TJSObject,IJSAddressErrors) - Private + Protected function _GetaddressLine: UnicodeString; function _Getcity: UnicodeString; function _Getcountry: UnicodeString; @@ -13882,7 +13882,7 @@ Type end; TJSPaymentValidationErrors = class(TJSObject,IJSPaymentValidationErrors) - Private + Protected function _Getpayer: TJSPayerErrors; function _GetshippingAddress: TJSAddressErrors; function _Geterror: UnicodeString; @@ -13924,7 +13924,7 @@ Type end; TJSPayerErrors = class(TJSObject,IJSPayerErrors) - Private + Protected function _Getemail: UnicodeString; function _Getname: UnicodeString; function _Getphone: UnicodeString; @@ -13975,7 +13975,7 @@ Type end; TJSPaymentOptions = class(TJSObject,IJSPaymentOptions) - Private + Protected function _GetrequestPayerName: Boolean; function _GetrequestPayerEmail: Boolean; function _GetrequestPayerPhone: Boolean; @@ -14019,7 +14019,7 @@ Type end; TJSPCErrorData = class(TJSObject,IJSPCErrorData) - Private + Protected function _Getname: TPCError; function _Getmessage: UnicodeString; procedure _Setname(const aValue: TPCError); @@ -14051,7 +14051,7 @@ Type end; TJSPerformanceMarkOptions = class(TJSObject,IJSPerformanceMarkOptions) - Private + Protected function _Getdetail: Variant; function _GetstartTime: TDOMHighResTimeStamp; procedure _Setdetail(const aValue: Variant); @@ -14095,7 +14095,7 @@ Type end; TJSPerformanceMeasureOptions = class(TJSObject,IJSPerformanceMeasureOptions) - Private + Protected function _Getdetail: Variant; function _Getstart: TPerformanceMeasureOptions_start_Type; function _Getduration: TDOMHighResTimeStamp; @@ -14141,7 +14141,7 @@ Type end; TJSPerformanceObserverInit = class(TJSObject,IJSPerformanceObserverInit) - Private + Protected function _GetentryTypes: TUnicodeStringDynArray; function _Gettype_: UnicodeString; function _Getbuffered: Boolean; @@ -14183,7 +14183,7 @@ Type end; TJSPerformanceEntryFilterOptions = class(TJSObject,IJSPerformanceEntryFilterOptions) - Private + Protected function _Getname: UnicodeString; function _GetentryType: UnicodeString; function _GetinitiatorType: UnicodeString; @@ -14214,7 +14214,7 @@ Type end; TJSPeriodicWaveConstraints = class(TJSObject,IJSPeriodicWaveConstraints) - Private + Protected function _GetdisableNormalization: Boolean; procedure _SetdisableNormalization(const aValue: Boolean); Public @@ -14239,7 +14239,7 @@ Type end; TJSPermissionDescriptor = class(TJSObject,IJSPermissionDescriptor) - Private + Protected function _Getname: TPermissionName; procedure _Setname(const aValue: TPermissionName); Public @@ -14266,7 +14266,7 @@ Type end; TJSPushSubscriptionOptionsInit = class(TJSObject,IJSPushSubscriptionOptionsInit) - Private + Protected function _GetapplicationServerKey: TPushSubscriptionOptionsInit_applicationServerKey_Type; procedure _SetapplicationServerKey(const aValue: TPushSubscriptionOptionsInit_applicationServerKey_Type); Public @@ -14295,7 +14295,7 @@ Type end; TJSPushSubscriptionKeys = class(TJSObject,IJSPushSubscriptionKeys) - Private + Protected function _Getp256dh: UnicodeString; function _Getauth: UnicodeString; procedure _Setp256dh(const aValue: UnicodeString); @@ -14331,7 +14331,7 @@ Type end; TJSPushSubscriptionJSON = class(TJSObject,IJSPushSubscriptionJSON) - Private + Protected function _Getendpoint: UnicodeString; function _Getkeys: TJSPushSubscriptionKeys; function _GetexpirationTime: TEpochTimeStamp; @@ -14382,7 +14382,7 @@ Type end; TJSPushSubscriptionInit = class(TJSObject,IJSPushSubscriptionInit) - Private + Protected function _Getendpoint: UnicodeString; function _Getscope: UnicodeString; function _Getp256dhKey: IJSArrayBuffer; @@ -14426,7 +14426,7 @@ Type end; TJSQueuingStrategy = class(TJSObject,IJSQueuingStrategy) - Private + Protected function _GethighWaterMark: Double; function _Getsize: TQueuingStrategySize; procedure _SethighWaterMark(const aValue: Double); @@ -14454,7 +14454,7 @@ Type end; TJSQueuingStrategyInit = class(TJSObject,IJSQueuingStrategyInit) - Private + Protected function _GethighWaterMark: Double; procedure _SethighWaterMark(const aValue: Double); Public @@ -14483,7 +14483,7 @@ Type end; TJSClientRectsAndTexts = class(TJSObject,IJSClientRectsAndTexts) - Private + Protected function _GetrectList: IJSDOMRectList; function _GettextList: TUnicodeStringDynArray; procedure _SetrectList(const aValue: IJSDOMRectList); @@ -14511,7 +14511,7 @@ Type end; TJSReadableStreamGetReaderOptions = class(TJSObject,IJSReadableStreamGetReaderOptions) - Private + Protected function _Getmode: TReadableStreamReaderMode; procedure _Setmode(const aValue: TReadableStreamReaderMode); Public @@ -14536,7 +14536,7 @@ Type end; TJSReadableStreamIteratorOptions = class(TJSObject,IJSReadableStreamIteratorOptions) - Private + Protected function _GetpreventCancel: Boolean; procedure _SetpreventCancel(const aValue: Boolean); Public @@ -14565,7 +14565,7 @@ Type end; TJSReadableWritablePair = class(TJSObject,IJSReadableWritablePair) - Private + Protected function _Getreadable: IJSReadableStream; function _Getwritable: IJSWritableStream; procedure _Setreadable(const aValue: IJSReadableStream); @@ -14605,7 +14605,7 @@ Type end; TJSStreamPipeOptions = class(TJSObject,IJSStreamPipeOptions) - Private + Protected function _GetpreventClose: Boolean; function _GetpreventAbort: Boolean; function _GetpreventCancel: Boolean; @@ -14643,7 +14643,7 @@ Type end; TJSReadableStreamReadResult = class(TJSObject,IJSReadableStreamReadResult) - Private + Protected function _Getvalue: Variant; function _Getdone: Boolean; procedure _Setvalue(const aValue: Variant); @@ -14675,7 +14675,7 @@ Type end; TJSReportingObserverOptions = class(TJSObject,IJSReportingObserverOptions) - Private + Protected function _Gettypes: TUnicodeStringDynArray; function _Getbuffered: Boolean; procedure _Settypes(const aValue: TUnicodeStringDynArray); @@ -14704,7 +14704,7 @@ Type end; TJSReportingHeaderValue = class(TJSObject,IJSReportingHeaderValue) - Private + Protected function _Getitems: TJSReportingItemDynArray; procedure _Setitems(const aValue: TJSReportingItemDynArray); Public @@ -14741,7 +14741,7 @@ Type end; TJSReportingItem = class(TJSObject,IJSReportingItem) - Private + Protected function _Getmax_age: Variant; function _Getendpoints: Variant; function _Getgroup: Variant; @@ -14783,7 +14783,7 @@ Type end; TJSReportingEndpoint = class(TJSObject,IJSReportingEndpoint) - Private + Protected function _Geturl: Variant; function _Getpriority: Variant; function _Getweight: Variant; @@ -14866,7 +14866,7 @@ Type end; TJSRequestInit = class(TJSObject,IJSRequestInit) - Private + Protected function _Getmethod: UnicodeString; function _Getheaders: THeadersInit; function _Getbody: TBodyInit; @@ -14930,7 +14930,7 @@ Type end; TJSResizeObserverOptions = class(TJSObject,IJSResizeObserverOptions) - Private + Protected function _Getbox: TResizeObserverBoxOptions; procedure _Setbox(const aValue: TResizeObserverBoxOptions); Public @@ -14963,7 +14963,7 @@ Type end; TJSResponseInit = class(TJSObject,IJSResponseInit) - Private + Protected function _Getstatus: Word; function _GetstatusText: UnicodeString; function _Getheaders: THeadersInit; @@ -14994,7 +14994,7 @@ Type end; TJSRTCCertificateExpiration = class(TJSObject,IJSRTCCertificateExpiration) - Private + Protected function _Getexpires: TDOMTimeStamp; procedure _Setexpires(const aValue: TDOMTimeStamp); Public @@ -15037,7 +15037,7 @@ Type end; TJSRTCIceServer = class(TJSObject,IJSRTCIceServer) - Private + Protected function _Geturls: TRTCIceServer_urls_Type; function _Geturl: UnicodeString; function _Getusername: UnicodeString; @@ -15096,7 +15096,7 @@ Type end; TJSRTCConfiguration = class(TJSObject,IJSRTCConfiguration) - Private + Protected function _GeticeServers: TJSRTCIceServerDynArray; function _GeticeTransportPolicy: TRTCIceTransportPolicy; function _GetbundlePolicy: TRTCBundlePolicy; @@ -15148,7 +15148,7 @@ Type end; TJSRTCEncodedAudioFrameMetadata = class(TJSObject,IJSRTCEncodedAudioFrameMetadata) - Private + Protected function _GetsynchronizationSource: Cardinal; function _GetpayloadType: Byte; function _GetcontributingSources: TCardinalDynArray; @@ -15219,7 +15219,7 @@ Type end; TJSRTCEncodedVideoFrameMetadata = class(TJSObject,IJSRTCEncodedVideoFrameMetadata) - Private + Protected function _GetframeId: QWord; function _Getdependencies: TQWordDynArray; function _Getwidth: Word; @@ -15283,7 +15283,7 @@ Type end; TJSRTCIceCandidateInit = class(TJSObject,IJSRTCIceCandidateInit) - Private + Protected function _Getcandidate: UnicodeString; function _GetsdpMid: UnicodeString; function _GetsdpMLineIndex: Word; @@ -15321,7 +15321,7 @@ Type end; TJSRTCIdentityAssertion = class(TJSObject,IJSRTCIdentityAssertion) - Private + Protected function _Getidp: UnicodeString; function _Getname: UnicodeString; procedure _Setidp(const aValue: UnicodeString); @@ -15353,7 +15353,7 @@ Type end; TJSRTCIdentityProvider = class(TJSObject,IJSRTCIdentityProvider) - Private + Protected function _GetgenerateAssertion: TGenerateAssertionCallback; function _GetvalidateAssertion: TValidateAssertionCallback; procedure _SetgenerateAssertion(const aValue: TGenerateAssertionCallback); @@ -15385,7 +15385,7 @@ Type end; TJSRTCIdentityAssertionResult = class(TJSObject,IJSRTCIdentityAssertionResult) - Private + Protected function _Getidp: TJSRTCIdentityProviderDetails; function _Getassertion: UnicodeString; procedure _Setidp(const aValue: TJSRTCIdentityProviderDetails); @@ -15417,7 +15417,7 @@ Type end; TJSRTCIdentityProviderDetails = class(TJSObject,IJSRTCIdentityProviderDetails) - Private + Protected function _Getdomain: UnicodeString; function _Getprotocol: UnicodeString; procedure _Setdomain(const aValue: UnicodeString); @@ -15449,7 +15449,7 @@ Type end; TJSRTCIdentityValidationResult = class(TJSObject,IJSRTCIdentityValidationResult) - Private + Protected function _Getidentity: UnicodeString; function _Getcontents: UnicodeString; procedure _Setidentity(const aValue: UnicodeString); @@ -15485,7 +15485,7 @@ Type end; TJSRTCIdentityProviderOptions = class(TJSObject,IJSRTCIdentityProviderOptions) - Private + Protected function _Getprotocol: UnicodeString; function _GetusernameHint: UnicodeString; function _GetpeerIdentity: UnicodeString; @@ -15540,7 +15540,7 @@ Type end; TJSRTCDataChannelInit = class(TJSObject,IJSRTCDataChannelInit) - Private + Protected function _Getordered: Boolean; function _GetmaxPacketLifeTime: Word; function _GetmaxRetransmits: Word; @@ -15579,7 +15579,7 @@ Type end; TJSRTCOfferAnswerOptions = class(TJSObject,IJSRTCOfferAnswerOptions) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSRTCOfferAnswerOptions; @@ -15607,7 +15607,7 @@ Type end; TJSRTCRtpCapabilities = class(TJSObject,IJSRTCRtpCapabilities) - Private + Protected function _Getcodecs: TJSRTCRtpCodecCapabilityDynArray; function _GetheaderExtensions: TJSRTCRtpHeaderExtensionCapabilityDynArray; procedure _Setcodecs(const aValue: TJSRTCRtpCodecCapabilityDynArray); @@ -15647,7 +15647,7 @@ Type end; TJSRTCRtpCodec = class(TJSObject,IJSRTCRtpCodec) - Private + Protected function _GetmimeType: UnicodeString; function _GetclockRate: Cardinal; function _Getchannels: Word; @@ -15681,7 +15681,7 @@ Type end; TJSRTCRtpHeaderExtensionCapability = class(TJSObject,IJSRTCRtpHeaderExtensionCapability) - Private + Protected function _Geturi: UnicodeString; procedure _Seturi(const aValue: UnicodeString); Public @@ -15726,7 +15726,7 @@ Type end; TJSRTCRtpEncodingParameters = class(TJSObject,IJSRTCRtpEncodingParameters) - Private + Protected function _Getactive: Boolean; function _Getpriority: TRTCPriorityType; function _GetmaxBitrate: Cardinal; @@ -15774,7 +15774,7 @@ Type end; TJSRTCRtpHeaderExtensionParameters = class(TJSObject,IJSRTCRtpHeaderExtensionParameters) - Private + Protected function _Geturi: UnicodeString; function _Getid: Word; function _Getencrypted: Boolean; @@ -15809,7 +15809,7 @@ Type end; TJSRTCRtcpParameters = class(TJSObject,IJSRTCRtcpParameters) - Private + Protected function _Getcname: UnicodeString; function _GetreducedSize: Boolean; procedure _Setcname(const aValue: UnicodeString); @@ -15853,7 +15853,7 @@ Type end; TJSRTCRtpCodecParameters = class(TJSObject,IJSRTCRtpCodecParameters) - Private + Protected function _GetpayloadType: Word; function _GetmimeType: UnicodeString; function _GetclockRate: Cardinal; @@ -15900,7 +15900,7 @@ Type end; TJSRTCRtpParameters = class(TJSObject,IJSRTCRtpParameters) - Private + Protected function _GetheaderExtensions: TJSRTCRtpHeaderExtensionParametersDynArray; function _Getrtcp: TJSRTCRtcpParameters; function _Getcodecs: TJSRTCRtpCodecParametersDynArray; @@ -15943,7 +15943,7 @@ Type end; TJSRTCRtpContributingSource = class(TJSObject,IJSRTCRtpContributingSource) - Private + Protected function _Gettimestamp: TDOMHighResTimeStamp; function _Getsource: Cardinal; function _GetaudioLevel: Double; @@ -15987,7 +15987,7 @@ Type end; TJSRTCRtpTransceiverInit = class(TJSObject,IJSRTCRtpTransceiverInit) - Private + Protected function _Getdirection: TRTCRtpTransceiverDirection; function _Getstreams: TJSMediaStreamDynArray; function _GetsendEncodings: TJSRTCRtpEncodingParametersDynArray; @@ -16022,7 +16022,7 @@ Type end; TJSRTCSessionDescriptionInit = class(TJSObject,IJSRTCSessionDescriptionInit) - Private + Protected function _Gettype_: TRTCSdpType; function _Getsdp: UnicodeString; procedure _Settype_(const aValue: TRTCSdpType); @@ -16054,7 +16054,7 @@ Type end; TJSRTCLocalSessionDescriptionInit = class(TJSObject,IJSRTCLocalSessionDescriptionInit) - Private + Protected function _Gettype_: TRTCSdpType; function _Getsdp: UnicodeString; procedure _Settype_(const aValue: TRTCSdpType); @@ -16090,7 +16090,7 @@ Type end; TJSRTCStats = class(TJSObject,IJSRTCStats) - Private + Protected function _Gettimestamp: TDOMHighResTimeStamp; function _Gettype_: TRTCStatsType; function _Getid: UnicodeString; @@ -16149,7 +16149,7 @@ Type end; TJSRTCVideoFrameHistoryEntryInternal = class(TJSObject,IJSRTCVideoFrameHistoryEntryInternal) - Private + Protected function _Getwidth: Cardinal; function _Getheight: Cardinal; function _GetrotationAngle: Cardinal; @@ -16200,7 +16200,7 @@ Type end; TJSRTCVideoFrameHistoryInternal = class(TJSObject,IJSRTCVideoFrameHistoryInternal) - Private + Protected function _GettrackIdentifier: UnicodeString; function _Getentries: TJSRTCVideoFrameHistoryEntryInternalDynArray; procedure _SettrackIdentifier(const aValue: UnicodeString); @@ -16248,7 +16248,7 @@ Type end; TJSRTCBandwidthEstimationInternal = class(TJSObject,IJSRTCBandwidthEstimationInternal) - Private + Protected function _GettrackIdentifier: UnicodeString; function _GetsendBandwidthBps: LongInt; function _GetmaxPaddingBps: LongInt; @@ -16292,7 +16292,7 @@ Type end; TJSRTCSdpParsingErrorInternal = class(TJSObject,IJSRTCSdpParsingErrorInternal) - Private + Protected function _GetlineNumber: Cardinal; function _Geterror: UnicodeString; procedure _SetlineNumber(const aValue: Cardinal); @@ -16333,7 +16333,7 @@ Type end; TJSRTCSdpHistoryEntryInternal = class(TJSObject,IJSRTCSdpHistoryEntryInternal) - Private + Protected function _Gettimestamp: TDOMHighResTimeStamp; function _GetisLocal: Boolean; function _Getsdp: UnicodeString; @@ -16445,7 +16445,7 @@ Type end; TJSRTCStatsCollection = class(TJSObject,IJSRTCStatsCollection) - Private + Protected function _GetinboundRtpStreamStats: TJSRTCInboundRtpStreamStatsDynArray; function _GetoutboundRtpStreamStats: TJSRTCOutboundRtpStreamStatsDynArray; function _GetremoteInboundRtpStreamStats: TJSRTCRemoteInboundRtpStreamStatsDynArray; @@ -16526,7 +16526,7 @@ Type end; TJSRTCIceServerInternal = class(TJSObject,IJSRTCIceServerInternal) - Private + Protected function _Geturls: TUnicodeStringDynArray; function _GetcredentialProvided: Boolean; function _GetuserNameProvided: Boolean; @@ -16578,7 +16578,7 @@ Type end; TJSRTCConfigurationInternal = class(TJSObject,IJSRTCConfigurationInternal) - Private + Protected function _GetbundlePolicy: TRTCBundlePolicy; function _GetcertificatesProvided: Boolean; function _GeticeServers: TJSRTCIceServerInternalDynArray; @@ -16623,7 +16623,7 @@ Type end; TJSRTCSdpHistoryInternal = class(TJSObject,IJSRTCSdpHistoryInternal) - Private + Protected function _Getpcid: UnicodeString; function _GetsdpHistory: TJSRTCSdpHistoryEntryInternalDynArray; procedure _Setpcid(const aValue: UnicodeString); @@ -16655,7 +16655,7 @@ Type end; TJSSanitizerElementNamespace = class(TJSObject,IJSSanitizerElementNamespace) - Private + Protected function _Getname: UnicodeString; function _Getnamespace: UnicodeString; procedure _Setname(const aValue: UnicodeString); @@ -16687,7 +16687,7 @@ Type end; TJSSanitizerAttributeNamespace = class(TJSObject,IJSSanitizerAttributeNamespace) - Private + Protected function _Getname: UnicodeString; function _Getnamespace: UnicodeString; procedure _Setname(const aValue: UnicodeString); @@ -16746,7 +16746,7 @@ Type end; TJSSanitizerConfig = class(TJSObject,IJSSanitizerConfig) - Private + Protected function _Getelements: TSanitizerElementWithAttributesDynArray; function _GetremoveElements: TSanitizerElementDynArray; function _GetreplaceWithChildrenElements: TSanitizerElementDynArray; @@ -16796,7 +16796,7 @@ Type end; TJSRegistrationOptions = class(TJSObject,IJSRegistrationOptions) - Private + Protected function _Getscope: UnicodeString; function _GetupdateViaCache: TServiceWorkerUpdateViaCache; procedure _Setscope(const aValue: UnicodeString); @@ -16836,7 +16836,7 @@ Type end; TJSStaticRangeInit = class(TJSObject,IJSStaticRangeInit) - Private + Protected function _GetstartContainer: IJSNode; function _GetstartOffset: Cardinal; function _GetendContainer: IJSNode; @@ -16874,7 +16874,7 @@ Type end; TJSStorageEstimate = class(TJSObject,IJSStorageEstimate) - Private + Protected function _Getusage: QWord; function _Getquota: QWord; procedure _Setusage(const aValue: QWord); @@ -16902,7 +16902,7 @@ Type end; TJSAlgorithm = class(TJSObject,IJSAlgorithm) - Private + Protected function _Getname: UnicodeString; procedure _Setname(const aValue: UnicodeString); Public @@ -16927,7 +16927,7 @@ Type end; TJSRsaHashedImportParams = class(TJSObject,IJSRsaHashedImportParams) - Private + Protected function _Gethash: TAlgorithmIdentifier; procedure _Sethash(const aValue: TAlgorithmIdentifier); Public @@ -16960,7 +16960,7 @@ Type end; TJSRsaOtherPrimesInfo = class(TJSObject,IJSRsaOtherPrimesInfo) - Private + Protected function _Getr: UnicodeString; function _Getd: UnicodeString; function _Gett: UnicodeString; @@ -17060,7 +17060,7 @@ Type end; TJSJsonWebKey = class(TJSObject,IJSJsonWebKey) - Private + Protected function _Getkty: UnicodeString; function _Getuse: UnicodeString; function _Getkey_ops: TUnicodeStringDynArray; @@ -17140,7 +17140,7 @@ Type end; TJSCryptoKeyPair = class(TJSObject,IJSCryptoKeyPair) - Private + Protected function _GetpublicKey: IJSCryptoKey; function _GetprivateKey: IJSCryptoKey; procedure _SetpublicKey(const aValue: IJSCryptoKey); @@ -17180,7 +17180,7 @@ Type end; TJSSVGBoundingBoxOptions = class(TJSObject,IJSSVGBoundingBoxOptions) - Private + Protected function _Getfill: Boolean; function _Getstroke: Boolean; function _Getmarkers: Boolean; @@ -17214,7 +17214,7 @@ Type end; TJSServerSocketOptions = class(TJSObject,IJSServerSocketOptions) - Private + Protected function _GetbinaryType: TTCPSocketBinaryType; procedure _SetbinaryType(const aValue: TTCPSocketBinaryType); Public @@ -17243,7 +17243,7 @@ Type end; TJSSocketOptions = class(TJSObject,IJSSocketOptions) - Private + Protected function _GetuseSecureTransport: Boolean; function _GetbinaryType: TTCPSocketBinaryType; procedure _SetuseSecureTransport(const aValue: Boolean); @@ -17283,7 +17283,7 @@ Type end; TJSDictWithAllowSharedBufferSource = class(TJSObject,IJSDictWithAllowSharedBufferSource) - Private + Protected function _GetarrayBuffer: IJSArrayBuffer; function _GetarrayBufferView: IJSArrayBufferView; function _GetallowSharedArrayBuffer: IJSArrayBuffer; @@ -17321,7 +17321,7 @@ Type end; TJSTestInterfaceJSUnionableDictionary = class(TJSObject,IJSTestInterfaceJSUnionableDictionary) - Private + Protected function _GetobjectMember: IJSObject; function _GetanyMember: Variant; procedure _SetobjectMember(const aValue: IJSObject); @@ -17349,7 +17349,7 @@ Type end; TJSTestInterfaceJSDictionary2 = class(TJSObject,IJSTestInterfaceJSDictionary2) - Private + Protected function _GetinnerObject: IJSObject; procedure _SetinnerObject(const aValue: IJSObject); Public @@ -17396,7 +17396,7 @@ Type end; TJSTestInterfaceJSDictionary = class(TJSObject,IJSTestInterfaceJSDictionary) - Private + Protected function _GetinnerDictionary: TJSTestInterfaceJSDictionary2; function _GetobjectMember: IJSObject; function _GetanyMember: Variant; @@ -17436,7 +17436,7 @@ Type end; TJSTestInterfaceAsyncIterableSingleOptions = class(TJSObject,IJSTestInterfaceAsyncIterableSingleOptions) - Private + Protected function _GetfailToInit: Boolean; procedure _SetfailToInit(const aValue: Boolean); Public @@ -17478,7 +17478,7 @@ Type end; TJSTestInterfaceAsyncIteratorOptions = class(TJSObject,IJSTestInterfaceAsyncIteratorOptions) - Private + Protected function _Getmultiplier: Cardinal; function _GetblockingPromises: TIJSPromiseDynArray; function _GetfailNextAfter: Cardinal; @@ -17535,7 +17535,7 @@ Type end; TJSObservableArrayCallbacks = class(TJSObject,IJSObservableArrayCallbacks) - Private + Protected function _GetsetObjectCallback: TSetDeleteObjectCallback; function _GetdeleteObjectCallback: TSetDeleteObjectCallback; function _GetsetBooleanCallback: TSetDeleteBooleanCallback; @@ -17579,7 +17579,7 @@ Type end; TJSTextDecoderOptions = class(TJSObject,IJSTextDecoderOptions) - Private + Protected function _Getfatal: Boolean; function _GetignoreBOM: Boolean; procedure _Setfatal(const aValue: Boolean); @@ -17607,7 +17607,7 @@ Type end; TJSTextDecodeOptions = class(TJSObject,IJSTextDecodeOptions) - Private + Protected function _Getstream: Boolean; procedure _Setstream(const aValue: Boolean); Public @@ -17636,7 +17636,7 @@ Type end; TJSTextEncoderEncodeIntoResult = class(TJSObject,IJSTextEncoderEncodeIntoResult) - Private + Protected function _Getread: QWord; function _Getwritten: QWord; procedure _Setread(const aValue: QWord); @@ -17708,7 +17708,7 @@ Type end; TJSTouchInit = class(TJSObject,IJSTouchInit) - Private + Protected function _Getidentifier: LongInt; function _Gettarget: IJSEventTarget; function _GetclientX: LongInt; @@ -17782,7 +17782,7 @@ Type end; TJSTransformer = class(TJSObject,IJSTransformer) - Private + Protected function _Getstart: TTransformerStartCallback; function _Gettransform: TTransformerTransformCallback; function _Getflush: TTransformerFlushCallback; @@ -17827,7 +17827,7 @@ Type end; TJSTrustedTypePolicyOptions = class(TJSObject,IJSTrustedTypePolicyOptions) - Private + Protected function _GetcreateHTML: TCreateHTMLCallback; function _GetcreateScript: TCreateScriptCallback; function _GetcreateScriptURL: TCreateScriptURLCallback; @@ -17878,7 +17878,7 @@ Type end; TJSUDPOptions = class(TJSObject,IJSUDPOptions) - Private + Protected function _GetlocalAddress: UnicodeString; function _GetlocalPort: Word; function _GetremoteAddress: UnicodeString; @@ -17934,7 +17934,7 @@ Type end; TJSUnderlyingSink = class(TJSObject,IJSUnderlyingSink) - Private + Protected function _Getstart: TUnderlyingSinkStartCallback; function _Getwrite: TUnderlyingSinkWriteCallback; function _Getclose: TUnderlyingSinkCloseCallback; @@ -17987,7 +17987,7 @@ Type end; TJSUnderlyingSource = class(TJSObject,IJSUnderlyingSource) - Private + Protected function _Getstart: TUnderlyingSourceStartCallback; function _Getpull: TUnderlyingSourcePullCallback; function _Getcancel: TUnderlyingSourceCancelCallback; @@ -18036,7 +18036,7 @@ Type end; TJSVideoColorSpaceInit = class(TJSObject,IJSVideoColorSpaceInit) - Private + Protected function _Getprimaries: TVideoColorPrimaries; function _Gettransfer: TVideoTransferCharacteristics; function _Getmatrix: TVideoMatrixCoefficients; @@ -18074,7 +18074,7 @@ Type end; TJSVideoDecoderInit = class(TJSObject,IJSVideoDecoderInit) - Private + Protected function _Getoutput: TVideoFrameOutputCallback; function _Geterror: TWebCodecsErrorCallback; procedure _Setoutput(const aValue: TVideoFrameOutputCallback); @@ -18106,7 +18106,7 @@ Type end; TJSVideoDecoderSupport = class(TJSObject,IJSVideoDecoderSupport) - Private + Protected function _Getsupported: Boolean; function _Getconfig: TJSVideoDecoderConfig; procedure _Setsupported(const aValue: Boolean); @@ -18168,7 +18168,7 @@ Type end; TJSVideoDecoderConfig = class(TJSObject,IJSVideoDecoderConfig) - Private + Protected function _Getcodec: UnicodeString; function _Getdescription: TVideoDecoderConfig_description_Type; function _GetcodedWidth: Cardinal; @@ -18221,7 +18221,7 @@ Type end; TJSVideoEncoderInit = class(TJSObject,IJSVideoEncoderInit) - Private + Protected function _Getoutput: TEncodedVideoChunkOutputCallback; function _Geterror: TWebCodecsErrorCallback; procedure _Setoutput(const aValue: TEncodedVideoChunkOutputCallback); @@ -18249,7 +18249,7 @@ Type end; TJSAvcEncoderConfig = class(TJSObject,IJSAvcEncoderConfig) - Private + Protected function _Getformat: TAvcBitstreamFormat; procedure _Setformat(const aValue: TAvcBitstreamFormat); Public @@ -18326,7 +18326,7 @@ Type end; TJSVideoEncoderConfig = class(TJSObject,IJSVideoEncoderConfig) - Private + Protected function _Getcodec: UnicodeString; function _Getwidth: Cardinal; function _Getheight: Cardinal; @@ -18394,7 +18394,7 @@ Type end; TJSVideoEncoderEncodeOptions = class(TJSObject,IJSVideoEncoderEncodeOptions) - Private + Protected function _GetkeyFrame: Boolean; function _Getavc: TJSVideoEncoderEncodeOptionsForAvc; procedure _SetkeyFrame(const aValue: Boolean); @@ -18422,7 +18422,7 @@ Type end; TJSVideoEncoderEncodeOptionsForAvc = class(TJSObject,IJSVideoEncoderEncodeOptionsForAvc) - Private + Protected function _Getquantizer: Word; procedure _Setquantizer(const aValue: Word); Public @@ -18451,7 +18451,7 @@ Type end; TJSVideoEncoderSupport = class(TJSObject,IJSVideoEncoderSupport) - Private + Protected function _Getsupported: Boolean; function _Getconfig: TJSVideoEncoderConfig; procedure _Setsupported(const aValue: Boolean); @@ -18483,7 +18483,7 @@ Type end; TJSEncodedVideoChunkMetadata = class(TJSObject,IJSEncodedVideoChunkMetadata) - Private + Protected function _GetdecoderConfig: TJSVideoDecoderConfig; function _Getsvc: TJSSvcOutputMetadata; procedure _SetdecoderConfig(const aValue: TJSVideoDecoderConfig); @@ -18511,7 +18511,7 @@ Type end; TJSSvcOutputMetadata = class(TJSObject,IJSSvcOutputMetadata) - Private + Protected function _GettemporalLayerId: Cardinal; procedure _SettemporalLayerId(const aValue: Cardinal); Public @@ -18556,7 +18556,7 @@ Type end; TJSVideoFrameInit = class(TJSObject,IJSVideoFrameInit) - Private + Protected function _Getduration: QWord; function _Gettimestamp: Int64; function _Getalpha: TAlphaOption; @@ -18633,7 +18633,7 @@ Type end; TJSVideoFrameBufferInit = class(TJSObject,IJSVideoFrameBufferInit) - Private + Protected function _Getformat: TVideoPixelFormat; function _GetcodedWidth: Cardinal; function _GetcodedHeight: Cardinal; @@ -18689,7 +18689,7 @@ Type end; TJSVideoFrameCopyToOptions = class(TJSObject,IJSVideoFrameCopyToOptions) - Private + Protected function _Getrect: TJSDOMRectInit; function _Getlayout: TJSPlaneLayoutDynArray; procedure _Setrect(const aValue: TJSDOMRectInit); @@ -18721,7 +18721,7 @@ Type end; TJSPlaneLayout = class(TJSObject,IJSPlaneLayout) - Private + Protected function _Getoffset: Cardinal; function _Getstride: Cardinal; procedure _Setoffset(const aValue: Cardinal); @@ -18758,7 +18758,7 @@ Type end; TJSVRLayer = class(TJSObject,IJSVRLayer) - Private + Protected function _Getsource: IJSHTMLCanvasElement; function _GetleftBounds: TSingleDynArray; function _GetrightBounds: TSingleDynArray; @@ -18809,7 +18809,7 @@ Type end; TJSRegistrationResponseJSON = class(TJSObject,IJSRegistrationResponseJSON) - Private + Protected function _Getid: TBase64URLString; function _GetrawId: TBase64URLString; function _Getresponse: TJSAuthenticatorAttestationResponseJSON; @@ -18869,7 +18869,7 @@ Type end; TJSAuthenticatorAttestationResponseJSON = class(TJSObject,IJSAuthenticatorAttestationResponseJSON) - Private + Protected function _GetclientDataJSON: TBase64URLString; function _GetauthenticatorData: TBase64URLString; function _Gettransports: TUnicodeStringDynArray; @@ -18929,7 +18929,7 @@ Type end; TJSAuthenticationResponseJSON = class(TJSObject,IJSAuthenticationResponseJSON) - Private + Protected function _Getid: TBase64URLString; function _GetrawId: TBase64URLString; function _Getresponse: TJSAuthenticatorAssertionResponseJSON; @@ -18985,7 +18985,7 @@ Type end; TJSAuthenticatorAssertionResponseJSON = class(TJSObject,IJSAuthenticatorAssertionResponseJSON) - Private + Protected function _GetclientDataJSON: TBase64URLString; function _GetauthenticatorData: TBase64URLString; function _Getsignature: TBase64URLString; @@ -19030,7 +19030,7 @@ Type end; TJSAuthenticationExtensionsClientOutputsJSON = class(TJSObject,IJSAuthenticationExtensionsClientOutputsJSON) - Private + Protected function _Getappid: Boolean; function _GetcredProps: TJSCredentialPropertiesOutput; function _GethmacCreateSecret: Boolean; @@ -19103,7 +19103,7 @@ Type end; TJSPublicKeyCredentialCreationOptionsJSON = class(TJSObject,IJSPublicKeyCredentialCreationOptionsJSON) - Private + Protected function _Getrp: TJSPublicKeyCredentialRpEntity; function _Getuser: TJSPublicKeyCredentialUserEntityJSON; function _Getchallenge: TBase64URLString; @@ -19166,7 +19166,7 @@ Type end; TJSPublicKeyCredentialUserEntityJSON = class(TJSObject,IJSPublicKeyCredentialUserEntityJSON) - Private + Protected function _Getid: TBase64URLString; function _Getname: UnicodeString; function _GetdisplayName: UnicodeString; @@ -19205,7 +19205,7 @@ Type end; TJSPublicKeyCredentialDescriptorJSON = class(TJSObject,IJSPublicKeyCredentialDescriptorJSON) - Private + Protected function _Getid: TBase64URLString; function _Gettype_: UnicodeString; function _Gettransports: TUnicodeStringDynArray; @@ -19248,7 +19248,7 @@ Type end; TJSAuthenticationExtensionsClientInputsJSON = class(TJSObject,IJSAuthenticationExtensionsClientInputsJSON) - Private + Protected function _Getappid: UnicodeString; function _GetcredProps: Boolean; function _GethmacCreateSecret: Boolean; @@ -19314,7 +19314,7 @@ Type end; TJSPublicKeyCredentialRequestOptionsJSON = class(TJSObject,IJSPublicKeyCredentialRequestOptionsJSON) - Private + Protected function _Getchallenge: TBase64URLString; function _Gettimeout: Cardinal; function _GetrpId: UnicodeString; @@ -19367,7 +19367,7 @@ Type end; TJSPublicKeyCredentialParameters = class(TJSObject,IJSPublicKeyCredentialParameters) - Private + Protected function _Gettype_: UnicodeString; function _Getalg: TCOSEAlgorithmIdentifier; procedure _Settype_(const aValue: UnicodeString); @@ -19428,7 +19428,7 @@ Type end; TJSPublicKeyCredentialCreationOptions = class(TJSObject,IJSPublicKeyCredentialCreationOptions) - Private + Protected function _Getrp: TJSPublicKeyCredentialRpEntity; function _Getuser: TJSPublicKeyCredentialUserEntity; function _Getchallenge: IJSBufferSource; @@ -19477,7 +19477,7 @@ Type end; TJSPublicKeyCredentialEntity = class(TJSObject,IJSPublicKeyCredentialEntity) - Private + Protected function _Getname: UnicodeString; procedure _Setname(const aValue: UnicodeString); Public @@ -19514,7 +19514,7 @@ Type end; TJSAuthenticatorSelectionCriteria = class(TJSObject,IJSAuthenticatorSelectionCriteria) - Private + Protected function _GetauthenticatorAttachment: UnicodeString; function _GetresidentKey: UnicodeString; function _GetrequireResidentKey: Boolean; @@ -19568,7 +19568,7 @@ Type end; TJSPublicKeyCredentialRequestOptions = class(TJSObject,IJSPublicKeyCredentialRequestOptions) - Private + Protected function _Getchallenge: IJSBufferSource; function _Gettimeout: Cardinal; function _GetrpId: UnicodeString; @@ -19620,7 +19620,7 @@ Type end; TJSAuthenticationExtensionsClientInputs = class(TJSObject,IJSAuthenticationExtensionsClientInputs) - Private + Protected function _Getappid: UnicodeString; function _GetcredProps: Boolean; function _GethmacCreateSecret: Boolean; @@ -19662,7 +19662,7 @@ Type end; TJSAuthenticationExtensionsClientOutputs = class(TJSObject,IJSAuthenticationExtensionsClientOutputs) - Private + Protected function _Getappid: Boolean; function _GetcredProps: TJSCredentialPropertiesOutput; function _GethmacCreateSecret: Boolean; @@ -19705,7 +19705,7 @@ Type end; TJSCollectedClientData = class(TJSObject,IJSCollectedClientData) - Private + Protected function _Gettype_: UnicodeString; function _Getchallenge: UnicodeString; function _Getorigin: UnicodeString; @@ -19743,7 +19743,7 @@ Type end; TJSTokenBinding = class(TJSObject,IJSTokenBinding) - Private + Protected function _Getstatus: UnicodeString; function _Getid: UnicodeString; procedure _Setstatus(const aValue: UnicodeString); @@ -19779,7 +19779,7 @@ Type end; TJSPublicKeyCredentialDescriptor = class(TJSObject,IJSPublicKeyCredentialDescriptor) - Private + Protected function _Gettype_: UnicodeString; function _Getid: IJSBufferSource; function _Gettransports: TUnicodeStringDynArray; @@ -19810,7 +19810,7 @@ Type end; TJSCredentialPropertiesOutput = class(TJSObject,IJSCredentialPropertiesOutput) - Private + Protected function _Getrk: Boolean; procedure _Setrk(const aValue: Boolean); Public @@ -19871,7 +19871,7 @@ Type end; TJSWebGLContextAttributes = class(TJSObject,IJSWebGLContextAttributes) - Private + Protected function _Getalpha: TGLboolean; function _Getdepth: TGLboolean; function _Getstencil: TGLboolean; @@ -19923,7 +19923,7 @@ Type end; TJSGPUObjectDescriptorBase = class(TJSObject,IJSGPUObjectDescriptorBase) - Private + Protected function _Getlabel_: UnicodeString; procedure _Setlabel_(const aValue: UnicodeString); Public @@ -19952,7 +19952,7 @@ Type end; TJSGPURequestAdapterOptions = class(TJSObject,IJSGPURequestAdapterOptions) - Private + Protected function _GetpowerPreference: TGPUPowerPreference; function _GetforceFallbackAdapter: Boolean; procedure _SetpowerPreference(const aValue: TGPUPowerPreference); @@ -20000,7 +20000,7 @@ Type end; TJSGPUBindGroupLayoutEntry = class(TJSObject,IJSGPUBindGroupLayoutEntry) - Private + Protected function _Getbinding: TGPUIndex32; function _Getvisibility: TGPUShaderStageFlags; function _Getbuffer: TJSGPUBufferBindingLayout; @@ -20048,7 +20048,7 @@ Type end; TJSGPUBufferBindingLayout = class(TJSObject,IJSGPUBufferBindingLayout) - Private + Protected function _Gettype_: TGPUBufferBindingType; function _GethasDynamicOffset: Boolean; function _GetminBindingSize: TGPUSize64; @@ -20079,7 +20079,7 @@ Type end; TJSGPUSamplerBindingLayout = class(TJSObject,IJSGPUSamplerBindingLayout) - Private + Protected function _Gettype_: TGPUSamplerBindingType; procedure _Settype_(const aValue: TGPUSamplerBindingType); Public @@ -20112,7 +20112,7 @@ Type end; TJSGPUTextureBindingLayout = class(TJSObject,IJSGPUTextureBindingLayout) - Private + Protected function _GetsampleType: TGPUTextureSampleType; function _GetviewDimension: TGPUTextureViewDimension; function _Getmultisampled: Boolean; @@ -20151,7 +20151,7 @@ Type end; TJSGPUStorageTextureBindingLayout = class(TJSObject,IJSGPUStorageTextureBindingLayout) - Private + Protected function _Getaccess: TGPUStorageTextureAccess; function _Getformat: TGPUTextureFormat; function _GetviewDimension: TGPUTextureViewDimension; @@ -20186,7 +20186,7 @@ Type end; TJSGPUBindGroupEntry = class(TJSObject,IJSGPUBindGroupEntry) - Private + Protected function _Getbinding: TGPUIndex32; function _Getresource: TGPUBindingResource; procedure _Setbinding(const aValue: TGPUIndex32); @@ -20222,7 +20222,7 @@ Type end; TJSGPUBufferBinding = class(TJSObject,IJSGPUBufferBinding) - Private + Protected function _Getbuffer: IJSGPUBuffer; function _Getoffset: TGPUSize64; function _Getsize: TGPUSize64; @@ -20257,7 +20257,7 @@ Type end; TJSGPUProgrammableStage = class(TJSObject,IJSGPUProgrammableStage) - Private + Protected function _Getmodule: IJSGPUShaderModule; function _GetentryPoint: UnicodeString; procedure _Setmodule(const aValue: IJSGPUShaderModule); @@ -20301,7 +20301,7 @@ Type end; TJSGPUPrimitiveState = class(TJSObject,IJSGPUPrimitiveState) - Private + Protected function _Gettopology: TGPUPrimitiveTopology; function _GetstripIndexFormat: TGPUIndexFormat; function _GetfrontFace: TGPUFrontFace; @@ -20346,7 +20346,7 @@ Type end; TJSGPUMultisampleState = class(TJSObject,IJSGPUMultisampleState) - Private + Protected function _Getcount: TGPUSize32; function _Getmask: TGPUSampleMask; function _GetalphaToCoverageEnabled: Boolean; @@ -20385,7 +20385,7 @@ Type end; TJSGPUColorTargetState = class(TJSObject,IJSGPUColorTargetState) - Private + Protected function _Getformat: TGPUTextureFormat; function _Getblend: TJSGPUBlendState; function _GetwriteMask: TGPUColorWriteFlags; @@ -20420,7 +20420,7 @@ Type end; TJSGPUBlendState = class(TJSObject,IJSGPUBlendState) - Private + Protected function _Getcolor: TJSGPUBlendComponent; function _Getalpha: TJSGPUBlendComponent; procedure _Setcolor(const aValue: TJSGPUBlendComponent); @@ -20456,7 +20456,7 @@ Type end; TJSGPUBlendComponent = class(TJSObject,IJSGPUBlendComponent) - Private + Protected function _Getoperation: TGPUBlendOperation; function _GetsrcFactor: TGPUBlendFactor; function _GetdstFactor: TGPUBlendFactor; @@ -20523,7 +20523,7 @@ Type end; TJSGPUDepthStencilState = class(TJSObject,IJSGPUDepthStencilState) - Private + Protected function _Getformat: TGPUTextureFormat; function _GetdepthWriteEnabled: Boolean; function _GetdepthCompare: TGPUCompareFunction; @@ -20587,7 +20587,7 @@ Type end; TJSGPUStencilFaceState = class(TJSObject,IJSGPUStencilFaceState) - Private + Protected function _Getcompare: TGPUCompareFunction; function _GetfailOp: TGPUStencilOperation; function _GetdepthFailOp: TGPUStencilOperation; @@ -20630,7 +20630,7 @@ Type end; TJSGPUVertexBufferLayout = class(TJSObject,IJSGPUVertexBufferLayout) - Private + Protected function _GetarrayStride: TGPUSize64; function _GetstepMode: TGPUVertexStepMode; function _Getattributes: TJSGPUVertexAttributeDynArray; @@ -20669,7 +20669,7 @@ Type end; TJSGPUVertexAttribute = class(TJSObject,IJSGPUVertexAttribute) - Private + Protected function _Getformat: TGPUVertexFormat; function _Getoffset: TGPUSize64; function _GetshaderLocation: TGPUIndex32; @@ -20708,7 +20708,7 @@ Type end; TJSGPUImageDataLayout = class(TJSObject,IJSGPUImageDataLayout) - Private + Protected function _Getoffset: TGPUSize64; function _GetbytesPerRow: TGPUSize32; function _GetrowsPerImage: TGPUSize32; @@ -20751,7 +20751,7 @@ Type end; TJSGPUImageCopyTexture = class(TJSObject,IJSGPUImageCopyTexture) - Private + Protected function _Gettexture: IJSGPUTexture; function _GetmipLevel: TGPUIntegerCoordinate; function _Getorigin: TGPUOrigin3D; @@ -20795,7 +20795,7 @@ Type end; TJSGPUImageCopyExternalImage = class(TJSObject,IJSGPUImageCopyExternalImage) - Private + Protected function _Getsource: TGPUImageCopyExternalImage_source_Type; function _Getorigin: TGPUOrigin2D; function _GetflipY: Boolean; @@ -20842,7 +20842,7 @@ Type end; TJSGPURenderPassColorAttachment = class(TJSObject,IJSGPURenderPassColorAttachment) - Private + Protected function _Getview: IJSGPUTextureView; function _GetresolveTarget: IJSGPUTextureView; function _GetclearValue: TGPUColor; @@ -20911,7 +20911,7 @@ Type end; TJSGPURenderPassDepthStencilAttachment = class(TJSObject,IJSGPURenderPassDepthStencilAttachment) - Private + Protected function _Getview: IJSGPUTextureView; function _GetdepthClearValue: Single; function _GetdepthLoadOp: TGPULoadOp; @@ -20977,7 +20977,7 @@ Type end; TJSGPUCanvasConfiguration = class(TJSObject,IJSGPUCanvasConfiguration) - Private + Protected function _Getdevice: IJSGPUDevice; function _Getformat: TGPUTextureFormat; function _Getusage: TGPUTextureUsageFlags; @@ -21026,7 +21026,7 @@ Type end; TJSGPUColorDict = class(TJSObject,IJSGPUColorDict) - Private + Protected function _Getr: Double; function _Getg: Double; function _Getb: Double; @@ -21064,7 +21064,7 @@ Type end; TJSGPUOrigin2DDict = class(TJSObject,IJSGPUOrigin2DDict) - Private + Protected function _Getx: TGPUIntegerCoordinate; function _Gety: TGPUIntegerCoordinate; procedure _Setx(const aValue: TGPUIntegerCoordinate); @@ -21100,7 +21100,7 @@ Type end; TJSGPUOrigin3DDict = class(TJSObject,IJSGPUOrigin3DDict) - Private + Protected function _Getx: TGPUIntegerCoordinate; function _Gety: TGPUIntegerCoordinate; function _Getz: TGPUIntegerCoordinate; @@ -21139,7 +21139,7 @@ Type end; TJSGPUExtent3DDict = class(TJSObject,IJSGPUExtent3DDict) - Private + Protected function _Getwidth: TGPUIntegerCoordinate; function _Getheight: TGPUIntegerCoordinate; function _GetdepthOrArrayLayers: TGPUIntegerCoordinate; @@ -21176,7 +21176,7 @@ Type end; TJSWebrtcGlobalStatisticsReport = class(TJSObject,IJSWebrtcGlobalStatisticsReport) - Private + Protected function _Getreports: TJSRTCStatsReportInternalDynArray; function _GetsdpHistories: TJSRTCSdpHistoryInternalDynArray; procedure _Setreports(const aValue: TJSRTCStatsReportInternalDynArray); @@ -21204,7 +21204,7 @@ Type end; TJSWebrtcGlobalMediaContext = class(TJSObject,IJSWebrtcGlobalMediaContext) - Private + Protected function _GethasH264Hardware: Boolean; procedure _SethasH264Hardware(const aValue: Boolean); Public @@ -21237,7 +21237,7 @@ Type end; TJSSchedulerPostTaskOptions = class(TJSObject,IJSSchedulerPostTaskOptions) - Private + Protected function _Getsignal: IJSAbortSignal; function _Getpriority: TTaskPriority; function _Getdelay: QWord; @@ -21268,7 +21268,7 @@ Type end; TJSTaskControllerInit = class(TJSObject,IJSTaskControllerInit) - Private + Protected function _Getpriority: TTaskPriority; procedure _Setpriority(const aValue: TTaskPriority); Public @@ -21297,7 +21297,7 @@ Type end; TJSWebTransportHash = class(TJSObject,IJSWebTransportHash) - Private + Protected function _Getalgorithm: UnicodeString; function _Getvalue: IJSBufferSource; procedure _Setalgorithm(const aValue: UnicodeString); @@ -21338,7 +21338,7 @@ Type end; TJSWebTransportOptions = class(TJSObject,IJSWebTransportOptions) - Private + Protected function _GetallowPooling: Boolean; function _GetrequireUnreliable: Boolean; function _GetserverCertificateHashes: TJSWebTransportHashDynArray; @@ -21376,7 +21376,7 @@ Type end; TJSWebTransportCloseInfo = class(TJSObject,IJSWebTransportCloseInfo) - Private + Protected function _GetcloseCode: Cardinal; function _Getreason: UTF8String; procedure _SetcloseCode(const aValue: Cardinal); @@ -21404,7 +21404,7 @@ Type end; TJSWebTransportSendStreamOptions = class(TJSObject,IJSWebTransportSendStreamOptions) - Private + Protected function _GetsendOrder: Int64; procedure _SetsendOrder(const aValue: Int64); Public @@ -21473,7 +21473,7 @@ Type end; TJSWebTransportStats = class(TJSObject,IJSWebTransportStats) - Private + Protected function _Gettimestamp: TDOMHighResTimeStamp; function _GetbytesSent: QWord; function _GetpacketsSent: QWord; @@ -21543,7 +21543,7 @@ Type end; TJSWebTransportDatagramStats = class(TJSObject,IJSWebTransportDatagramStats) - Private + Protected function _Gettimestamp: TDOMHighResTimeStamp; function _GetexpiredOutgoing: QWord; function _GetdroppedIncoming: QWord; @@ -21581,7 +21581,7 @@ Type end; TJSWebTransportErrorInit = class(TJSObject,IJSWebTransportErrorInit) - Private + Protected function _GetstreamErrorCode: Byte; function _Getmessage: UnicodeString; procedure _SetstreamErrorCode(const aValue: Byte); @@ -21621,7 +21621,7 @@ Type end; TJSWebTransportSendStreamStats = class(TJSObject,IJSWebTransportSendStreamStats) - Private + Protected function _Gettimestamp: TDOMHighResTimeStamp; function _GetbytesWritten: QWord; function _GetbytesSent: QWord; @@ -21663,7 +21663,7 @@ Type end; TJSWebTransportReceiveStreamStats = class(TJSObject,IJSWebTransportReceiveStreamStats) - Private + Protected function _Gettimestamp: TDOMHighResTimeStamp; function _GetbytesReceived: QWord; function _GetbytesRead: QWord; @@ -21698,7 +21698,7 @@ Type end; TJSXRSessionInit = class(TJSObject,IJSXRSessionInit) - Private + Protected function _GetrequiredFeatures: TUnicodeStringDynArray; function _GetoptionalFeatures: TUnicodeStringDynArray; procedure _SetrequiredFeatures(const aValue: TUnicodeStringDynArray); @@ -21738,7 +21738,7 @@ Type end; TJSXRRenderStateInit = class(TJSObject,IJSXRRenderStateInit) - Private + Protected function _GetdepthNear: Double; function _GetdepthFar: Double; function _GetinlineVerticalFieldOfView: Double; @@ -21792,7 +21792,7 @@ Type end; TJSXRWebGLLayerInit = class(TJSObject,IJSXRWebGLLayerInit) - Private + Protected function _Getantialias: Boolean; function _Getdepth: Boolean; function _Getstencil: Boolean; @@ -21832,7 +21832,7 @@ Type end; TJSScrollOptions = class(TJSObject,IJSScrollOptions) - Private + Protected function _Getbehavior: TScrollBehavior; procedure _Setbehavior(const aValue: TScrollBehavior); Public @@ -21865,7 +21865,7 @@ Type end; TJSSizeToContentConstraints = class(TJSObject,IJSSizeToContentConstraints) - Private + Protected function _GetmaxWidth: LongInt; function _GetmaxHeight: LongInt; function _GetprefWidth: LongInt; @@ -21896,7 +21896,7 @@ Type end; TJSIdleRequestOptions = class(TJSObject,IJSIdleRequestOptions) - Private + Protected function _Gettimeout: Cardinal; procedure _Settimeout(const aValue: Cardinal); Public @@ -21929,7 +21929,7 @@ Type end; TJSWorkerOptions = class(TJSObject,IJSWorkerOptions) - Private + Protected function _Gettype_: TWorkerType; function _Getcredentials: TRequestCredentials; function _Getname: UnicodeString; @@ -21960,7 +21960,7 @@ Type end; TJSWorkletOptions = class(TJSObject,IJSWorkletOptions) - Private + Protected function _Getcredentials: TRequestCredentials; procedure _Setcredentials(const aValue: TRequestCredentials); Public @@ -21989,7 +21989,7 @@ Type end; TJSMozXMLHttpRequestParameters = class(TJSObject,IJSMozXMLHttpRequestParameters) - Private + Protected function _GetmozAnon: Boolean; function _GetmozSystem: Boolean; procedure _SetmozAnon(const aValue: Boolean); @@ -22020,7 +22020,7 @@ Type end; TJSAddonEventInit = class(TJSEventInit,IJSAddonEventInit) - Private + Protected function _Getid: UnicodeString; procedure _Setid(const aValue: UnicodeString); Public @@ -22060,7 +22060,7 @@ Type end; TJSAnalyserOptions = class(TJSAudioNodeOptions,IJSAnalyserOptions) - Private + Protected function _GetfftSize: Cardinal; function _GetmaxDecibels: Double; function _GetminDecibels: Double; @@ -22118,7 +22118,7 @@ Type end; TJSComputedEffectTiming = class(TJSEffectTiming,IJSComputedEffectTiming) - Private + Protected function _GetendTime: Double; function _GetactiveDuration: Double; function _GetlocalTime: Double; @@ -22166,7 +22166,7 @@ Type end; TJSAnimationEventInit = class(TJSEventInit,IJSAnimationEventInit) - Private + Protected function _GetanimationName: UnicodeString; function _GetelapsedTime: Single; function _GetpseudoElement: UnicodeString; @@ -22204,7 +22204,7 @@ Type end; TJSAnimationPlaybackEventInit = class(TJSEventInit,IJSAnimationPlaybackEventInit) - Private + Protected function _GetcurrentTime: Double; function _GettimelineTime: Double; procedure _SetcurrentTime(const aValue: Double); @@ -22251,7 +22251,7 @@ Type end; TJSAudioWorkletNodeOptions = class(TJSAudioNodeOptions,IJSAudioWorkletNodeOptions) - Private + Protected function _GetnumberOfInputs: Cardinal; function _GetnumberOfOutputs: Cardinal; function _GetoutputChannelCount: TCardinalDynArray; @@ -22291,7 +22291,7 @@ Type end; TJSBaseComputedKeyframe = class(TJSBaseKeyframe,IJSBaseComputedKeyframe) - Private + Protected function _GetcomputedOffset: Double; procedure _SetcomputedOffset(const aValue: Double); Public @@ -22335,7 +22335,7 @@ Type end; TJSBiquadFilterOptions = class(TJSAudioNodeOptions,IJSBiquadFilterOptions) - Private + Protected function _Gettype_: TBiquadFilterType; function _GetQ: Single; function _Getdetune: Single; @@ -22375,7 +22375,7 @@ Type end; TJSBlobEventInit = class(TJSEventInit,IJSBlobEventInit) - Private + Protected function _Getdata: IJSBlob; procedure _Setdata(const aValue: IJSBlob); Public @@ -22403,7 +22403,7 @@ Type end; TJSMultiCacheQueryOptions = class(TJSCacheQueryOptions,IJSMultiCacheQueryOptions) - Private + Protected function _GetcacheName: UnicodeString; procedure _SetcacheName(const aValue: UnicodeString); Public @@ -22467,7 +22467,7 @@ Type end; TJSCaretStateChangedEventInit = class(TJSEventInit,IJSCaretStateChangedEventInit) - Private + Protected function _Getcollapsed: Boolean; function _GetboundingClientRect: IJSDOMRectReadOnly; function _Getreason: TCaretChangedReason; @@ -22522,7 +22522,7 @@ Type end; TJSChannelMergerOptions = class(TJSAudioNodeOptions,IJSChannelMergerOptions) - Private + Protected function _GetnumberOfInputs: Cardinal; procedure _SetnumberOfInputs(const aValue: Cardinal); Public @@ -22550,7 +22550,7 @@ Type end; TJSChannelSplitterOptions = class(TJSAudioNodeOptions,IJSChannelSplitterOptions) - Private + Protected function _GetnumberOfOutputs: Cardinal; procedure _SetnumberOfOutputs(const aValue: Cardinal); Public @@ -22582,7 +22582,7 @@ Type end; TJSClipboardEventInit = class(TJSEventInit,IJSClipboardEventInit) - Private + Protected function _Getdata: UnicodeString; function _GetdataType: UnicodeString; procedure _Setdata(const aValue: UnicodeString); @@ -22621,7 +22621,7 @@ Type end; TJSCloseEventInit = class(TJSEventInit,IJSCloseEventInit) - Private + Protected function _GetwasClean: Boolean; function _Getcode: Word; function _Getreason: UnicodeString; @@ -22655,7 +22655,7 @@ Type end; TJSContentVisibilityAutoStateChangeEventInit = class(TJSEventInit,IJSContentVisibilityAutoStateChangeEventInit) - Private + Protected function _Getskipped: Boolean; procedure _Setskipped(const aValue: Boolean); Public @@ -22687,7 +22687,7 @@ Type end; TJSConvolverOptions = class(TJSAudioNodeOptions,IJSConvolverOptions) - Private + Protected function _Getbuffer: IJSAudioBuffer; function _GetdisableNormalization: Boolean; procedure _Setbuffer(const aValue: IJSAudioBuffer); @@ -22718,7 +22718,7 @@ Type end; TJSCustomEventInit = class(TJSEventInit,IJSCustomEventInit) - Private + Protected function _Getdetail: Variant; procedure _Setdetail(const aValue: Variant); Public @@ -22750,7 +22750,7 @@ Type end; TJSDelayOptions = class(TJSAudioNodeOptions,IJSDelayOptions) - Private + Protected function _GetmaxDelayTime: Double; function _GetdelayTime: Double; procedure _SetmaxDelayTime(const aValue: Double); @@ -22781,7 +22781,7 @@ Type end; TJSDeviceLightEventInit = class(TJSEventInit,IJSDeviceLightEventInit) - Private + Protected function _Getvalue: Double; procedure _Setvalue(const aValue: Double); Public @@ -22821,7 +22821,7 @@ Type end; TJSDeviceMotionEventInit = class(TJSEventInit,IJSDeviceMotionEventInit) - Private + Protected function _Getacceleration: TJSDeviceAccelerationInit; function _GetaccelerationIncludingGravity: TJSDeviceAccelerationInit; function _GetrotationRate: TJSDeviceRotationRateInit; @@ -22870,7 +22870,7 @@ Type end; TJSDeviceOrientationEventInit = class(TJSEventInit,IJSDeviceOrientationEventInit) - Private + Protected function _Getalpha: Double; function _Getbeta: Double; function _Getgamma: Double; @@ -22956,7 +22956,7 @@ Type end; TJSDOMMatrixInit = class(TJSDOMMatrix2DInit,IJSDOMMatrixInit) - Private + Protected function _Getm13: Double; function _Getm14: Double; function _Getm23: Double; @@ -23030,7 +23030,7 @@ Type end; TJSDynamicsCompressorOptions = class(TJSAudioNodeOptions,IJSDynamicsCompressorOptions) - Private + Protected function _Getattack: Single; function _Getknee: Single; function _Getratio: Single; @@ -23072,7 +23072,7 @@ Type end; TJSScrollIntoViewOptions = class(TJSScrollOptions,IJSScrollIntoViewOptions) - Private + Protected function _Getblock: TScrollLogicalPosition; function _Getinline_: TScrollLogicalPosition; procedure _Setblock(const aValue: TScrollLogicalPosition); @@ -23119,7 +23119,7 @@ Type end; TJSErrorEventInit = class(TJSEventInit,IJSErrorEventInit) - Private + Protected function _Getmessage: UnicodeString; function _Getfilename: UnicodeString; function _Getlineno: Cardinal; @@ -23166,7 +23166,7 @@ Type end; TJSAddEventListenerOptions = class(TJSEventListenerOptions,IJSAddEventListenerOptions) - Private + Protected function _Getpassive: Boolean; function _Getonce: Boolean; function _Getsignal: IJSAbortSignal; @@ -23196,7 +23196,7 @@ Type end; TJSExtendableEventInit = class(TJSEventInit,IJSExtendableEventInit) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSExtendableEventInit; @@ -23229,7 +23229,7 @@ Type end; TJSFetchEventInit = class(TJSEventInit,IJSFetchEventInit) - Private + Protected function _Getrequest: IJSRequest; function _GetclientId: UnicodeString; function _GetresultingClientId: UnicodeString; @@ -23262,7 +23262,7 @@ Type end; TJSFilePropertyBag = class(TJSBlobPropertyBag,IJSFilePropertyBag) - Private + Protected function _GetlastModified: Int64; procedure _SetlastModified(const aValue: Int64); Public @@ -23291,7 +23291,7 @@ Type end; TJSFontFaceSetLoadEventInit = class(TJSEventInit,IJSFontFaceSetLoadEventInit) - Private + Protected function _Getfontfaces: TJSFontFaceDynArray; procedure _Setfontfaces(const aValue: TJSFontFaceDynArray); Public @@ -23319,7 +23319,7 @@ Type end; TJSFormDataEventInit = class(TJSEventInit,IJSFormDataEventInit) - Private + Protected function _GetformData: IJSFormData; procedure _SetformData(const aValue: IJSFormData); Public @@ -23355,7 +23355,7 @@ Type end; TJSFrameCrashedEventInit = class(TJSEventInit,IJSFrameCrashedEventInit) - Private + Protected function _GetbrowsingContextId: QWord; function _GetisTopFrame: Boolean; function _GetchildID: QWord; @@ -23389,7 +23389,7 @@ Type end; TJSGainOptions = class(TJSAudioNodeOptions,IJSGainOptions) - Private + Protected function _Getgain: Single; procedure _Setgain(const aValue: Single); Public @@ -23417,7 +23417,7 @@ Type end; TJSGamepadEventInit = class(TJSEventInit,IJSGamepadEventInit) - Private + Protected function _Getgamepad: IJSGamepad; procedure _Setgamepad(const aValue: IJSGamepad); Public @@ -23445,7 +23445,7 @@ Type end; TJSGPUUncapturedErrorEventInit = class(TJSEventInit,IJSGPUUncapturedErrorEventInit) - Private + Protected function _Geterror: IJSGPUError; procedure _Seterror(const aValue: IJSGPUError); Public @@ -23477,7 +23477,7 @@ Type end; TJSHashChangeEventInit = class(TJSEventInit,IJSHashChangeEventInit) - Private + Protected function _GetoldURL: UnicodeString; function _GetnewURL: UnicodeString; procedure _SetoldURL(const aValue: UnicodeString); @@ -23512,7 +23512,7 @@ Type end; TJSIDBVersionChangeEventInit = class(TJSEventInit,IJSIDBVersionChangeEventInit) - Private + Protected function _GetoldVersion: QWord; function _GetnewVersion: QWord; procedure _SetoldVersion(const aValue: QWord); @@ -23548,7 +23548,7 @@ Type end; TJSIIRFilterOptions = class(TJSAudioNodeOptions,IJSIIRFilterOptions) - Private + Protected function _Getfeedforward: TDoubleDynArray; function _Getfeedback: TDoubleDynArray; procedure _Setfeedforward(const aValue: TDoubleDynArray); @@ -23579,7 +23579,7 @@ Type end; TJSImageCaptureErrorEventInit = class(TJSEventInit,IJSImageCaptureErrorEventInit) - Private + Protected function _GetimageCaptureError: IJSImageCaptureError; procedure _SetimageCaptureError(const aValue: IJSImageCaptureError); Public @@ -23611,7 +23611,7 @@ Type end; TJSInvokeEventInit = class(TJSEventInit,IJSInvokeEventInit) - Private + Protected function _Getinvoker: IJSElement; function _Getaction: UnicodeString; procedure _Setinvoker(const aValue: IJSElement); @@ -23640,7 +23640,7 @@ Type end; TJSAesKeyAlgorithm = class(TJSKeyAlgorithm,IJSAesKeyAlgorithm) - Private + Protected function _Getlength_: Word; procedure _Setlength_(const aValue: Word); Public @@ -23666,7 +23666,7 @@ Type end; TJSEcKeyAlgorithm = class(TJSKeyAlgorithm,IJSEcKeyAlgorithm) - Private + Protected function _GetnamedCurve: UnicodeString; procedure _SetnamedCurve(const aValue: UnicodeString); Public @@ -23696,7 +23696,7 @@ Type end; TJSHmacKeyAlgorithm = class(TJSKeyAlgorithm,IJSHmacKeyAlgorithm) - Private + Protected function _Gethash: TJSKeyAlgorithm; function _Getlength_: Cardinal; procedure _Sethash(const aValue: TJSKeyAlgorithm); @@ -23733,7 +23733,7 @@ Type end; TJSRsaHashedKeyAlgorithm = class(TJSKeyAlgorithm,IJSRsaHashedKeyAlgorithm) - Private + Protected function _GetmodulusLength: Word; function _GetpublicExponent: IJSUint8Array; function _Gethash: TJSKeyAlgorithm; @@ -23769,7 +23769,7 @@ Type end; TJSDhKeyAlgorithm = class(TJSKeyAlgorithm,IJSDhKeyAlgorithm) - Private + Protected function _Getprime: IJSUint8Array; function _Getgenerator: IJSUint8Array; procedure _Setprime(const aValue: IJSUint8Array); @@ -23813,7 +23813,7 @@ Type end; TJSKeyframeEffectOptions = class(TJSEffectTiming,IJSKeyframeEffectOptions) - Private + Protected function _GetiterationComposite: TIterationCompositeOperation; function _Getcomposite: TCompositeOperation; function _GetpseudoElement: UnicodeString; @@ -23846,7 +23846,7 @@ Type end; TJSMediaDecodingConfiguration = class(TJSMediaConfiguration,IJSMediaDecodingConfiguration) - Private + Protected function _Gettype_: TMediaDecodingType; procedure _Settype_(const aValue: TMediaDecodingType); Public @@ -23873,7 +23873,7 @@ Type end; TJSMediaEncodingConfiguration = class(TJSMediaConfiguration,IJSMediaEncodingConfiguration) - Private + Protected function _Gettype_: TMediaEncodingType; procedure _Settype_(const aValue: TMediaEncodingType); Public @@ -23905,7 +23905,7 @@ Type end; TJSMediaKeyNeededEventInit = class(TJSEventInit,IJSMediaKeyNeededEventInit) - Private + Protected function _GetinitDataType: UnicodeString; function _GetinitData: IJSArrayBuffer; procedure _SetinitDataType(const aValue: UnicodeString); @@ -23940,7 +23940,7 @@ Type end; TJSMediaKeyMessageEventInit = class(TJSEventInit,IJSMediaKeyMessageEventInit) - Private + Protected function _GetmessageType: TMediaKeyMessageType; function _Getmessage: IJSArrayBuffer; procedure _SetmessageType(const aValue: TMediaKeyMessageType); @@ -23975,7 +23975,7 @@ Type end; TJSMediaQueryListEventInit = class(TJSEventInit,IJSMediaQueryListEventInit) - Private + Protected function _Getmedia: UTF8String; function _Getmatches: Boolean; procedure _Setmedia(const aValue: UTF8String); @@ -24006,7 +24006,7 @@ Type end; TJSMediaRecorderErrorEventInit = class(TJSEventInit,IJSMediaRecorderErrorEventInit) - Private + Protected function _Geterror: IJSDOMException; procedure _Seterror(const aValue: IJSDOMException); Public @@ -24034,7 +24034,7 @@ Type end; TJSMediaStreamEventInit = class(TJSEventInit,IJSMediaStreamEventInit) - Private + Protected function _Getstream: IJSMediaStream; procedure _Setstream(const aValue: IJSMediaStream); Public @@ -24077,7 +24077,7 @@ Type end; TJSMediaTrackConstraints = class(TJSMediaTrackConstraintSet,IJSMediaTrackConstraints) - Private + Protected function _Getadvanced: TJSMediaTrackConstraintSetDynArray; procedure _Setadvanced(const aValue: TJSMediaTrackConstraintSetDynArray); Public @@ -24105,7 +24105,7 @@ Type end; TJSMediaStreamTrackEventInit = class(TJSEventInit,IJSMediaStreamTrackEventInit) - Private + Protected function _Gettrack: IJSMediaStreamTrack; procedure _Settrack(const aValue: IJSMediaStreamTrack); Public @@ -24137,7 +24137,7 @@ Type end; TJSMerchantValidationEventInit = class(TJSEventInit,IJSMerchantValidationEventInit) - Private + Protected function _GetmethodName: UnicodeString; function _GetvalidationURL: UnicodeString; procedure _SetmethodName(const aValue: UnicodeString); @@ -24185,7 +24185,7 @@ Type end; TJSMessageEventInit = class(TJSEventInit,IJSMessageEventInit) - Private + Protected function _Getdata: Variant; function _Getorigin: UnicodeString; function _GetlastEventId: UnicodeString; @@ -24225,7 +24225,7 @@ Type end; TJSMIDIConnectionEventInit = class(TJSEventInit,IJSMIDIConnectionEventInit) - Private + Protected function _Getport: IJSMIDIPort; procedure _Setport(const aValue: IJSMIDIPort); Public @@ -24253,7 +24253,7 @@ Type end; TJSMIDIMessageEventInit = class(TJSEventInit,IJSMIDIMessageEventInit) - Private + Protected function _Getdata: IJSUint8Array; procedure _Setdata(const aValue: IJSUint8Array); Public @@ -24281,7 +24281,7 @@ Type end; TJSMozApplicationEventInit = class(TJSEventInit,IJSMozApplicationEventInit) - Private + Protected function _Getapplication: IJSObject; procedure _Setapplication(const aValue: IJSObject); Public @@ -24313,7 +24313,7 @@ Type end; TJSMutationObservingInfo = class(TJSMutationObserverInit,IJSMutationObservingInfo) - Private + Protected function _GetobservedNode: IJSNode; procedure _SetobservedNode(const aValue: IJSNode); Public @@ -24341,7 +24341,7 @@ Type end; TJSOfflineAudioCompletionEventInit = class(TJSEventInit,IJSOfflineAudioCompletionEventInit) - Private + Protected function _GetrenderedBuffer: IJSAudioBuffer; procedure _SetrenderedBuffer(const aValue: IJSAudioBuffer); Public @@ -24381,7 +24381,7 @@ Type end; TJSOscillatorOptions = class(TJSAudioNodeOptions,IJSOscillatorOptions) - Private + Protected function _Gettype_: TOscillatorType; function _Getfrequency: Single; function _Getdetune: Single; @@ -24422,7 +24422,7 @@ Type end; TJSPageTransitionEventInit = class(TJSEventInit,IJSPageTransitionEventInit) - Private + Protected function _Getpersisted: Boolean; function _GetinFrameSwap: Boolean; procedure _Setpersisted(const aValue: Boolean); @@ -24505,7 +24505,7 @@ Type end; TJSPannerOptions = class(TJSAudioNodeOptions,IJSPannerOptions) - Private + Protected function _GetpanningModel: TPanningModelType; function _GetdistanceModel: TDistanceModelType; function _GetpositionX: Single; @@ -24576,7 +24576,7 @@ Type end; TJSPaymentDetailsInit = class(TJSPaymentDetailsBase,IJSPaymentDetailsInit) - Private + Protected function _Getid: UnicodeString; function _Gettotal: TJSPaymentItem; procedure _Setid(const aValue: UnicodeString); @@ -24623,7 +24623,7 @@ Type end; TJSPaymentDetailsUpdate = class(TJSPaymentDetailsBase,IJSPaymentDetailsUpdate) - Private + Protected function _Geterror: UnicodeString; function _GetshippingAddressErrors: TJSAddressErrors; function _GetpayerErrors: TJSPayerErrors; @@ -24659,7 +24659,7 @@ Type end; TJSPaymentRequestUpdateEventInit = class(TJSEventInit,IJSPaymentRequestUpdateEventInit) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSPaymentRequestUpdateEventInit; @@ -24704,7 +24704,7 @@ Type end; TJSPerformanceEntryEventInit = class(TJSEventInit,IJSPerformanceEntryEventInit) - Private + Protected function _Getname: UnicodeString; function _GetentryType: UnicodeString; function _GetstartTime: TDOMHighResTimeStamp; @@ -24749,7 +24749,7 @@ Type end; TJSPeriodicWaveOptions = class(TJSPeriodicWaveConstraints,IJSPeriodicWaveOptions) - Private + Protected function _Getreal: TSingleDynArray; function _Getimag: TSingleDynArray; procedure _Setreal(const aValue: TSingleDynArray); @@ -24778,7 +24778,7 @@ Type end; TJSMidiPermissionDescriptor = class(TJSPermissionDescriptor,IJSMidiPermissionDescriptor) - Private + Protected function _Getsysex: Boolean; procedure _Setsysex(const aValue: Boolean); Public @@ -24806,7 +24806,7 @@ Type end; TJSPopStateEventInit = class(TJSEventInit,IJSPopStateEventInit) - Private + Protected function _Getstate: Variant; procedure _Setstate(const aValue: Variant); Public @@ -24846,7 +24846,7 @@ Type end; TJSPopupBlockedEventInit = class(TJSEventInit,IJSPopupBlockedEventInit) - Private + Protected function _GetrequestingWindow: IJSWindow; function _GetpopupWindowURI: IJSURI; function _GetpopupWindowName: UnicodeString; @@ -24891,7 +24891,7 @@ Type end; TJSPositionStateEventInit = class(TJSEventInit,IJSPositionStateEventInit) - Private + Protected function _Getduration: Double; function _GetplaybackRate: Double; function _Getposition: Double; @@ -24933,7 +24933,7 @@ Type end; TJSProgressEventInit = class(TJSEventInit,IJSProgressEventInit) - Private + Protected function _GetlengthComputable: Boolean; function _Getloaded: QWord; function _Gettotal: QWord; @@ -24971,7 +24971,7 @@ Type end; TJSPromiseRejectionEventInit = class(TJSEventInit,IJSPromiseRejectionEventInit) - Private + Protected function _Getpromise: IJSPromise; function _Getreason: Variant; procedure _Setpromise(const aValue: IJSPromise); @@ -25002,7 +25002,7 @@ Type end; TJSRTCDataChannelEventInit = class(TJSEventInit,IJSRTCDataChannelEventInit) - Private + Protected function _Getchannel: IJSRTCDataChannel; procedure _Setchannel(const aValue: IJSRTCDataChannel); Public @@ -25030,7 +25030,7 @@ Type end; TJSRTCDTMFToneChangeEventInit = class(TJSEventInit,IJSRTCDTMFToneChangeEventInit) - Private + Protected function _Gettone: UnicodeString; procedure _Settone(const aValue: UnicodeString); Public @@ -25051,7 +25051,7 @@ Type end; TJSRTCAnswerOptions = class(TJSRTCOfferAnswerOptions,IJSRTCAnswerOptions) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSRTCAnswerOptions; @@ -25081,7 +25081,7 @@ Type end; TJSRTCOfferOptions = class(TJSRTCOfferAnswerOptions,IJSRTCOfferOptions) - Private + Protected function _GetofferToReceiveVideo: Boolean; function _GetofferToReceiveAudio: Boolean; function _GeticeRestart: Boolean; @@ -25115,7 +25115,7 @@ Type end; TJSRTCPeerConnectionIceEventInit = class(TJSEventInit,IJSRTCPeerConnectionIceEventInit) - Private + Protected function _Getcandidate: IJSRTCIceCandidate; procedure _Setcandidate(const aValue: IJSRTCIceCandidate); Public @@ -25140,7 +25140,7 @@ Type end; TJSRTCRtpCodecCapability = class(TJSRTCRtpCodec,IJSRTCRtpCodecCapability) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSRTCRtpCodecCapability; @@ -25169,7 +25169,7 @@ Type end; TJSRTCRtpSendParameters = class(TJSRTCRtpParameters,IJSRTCRtpSendParameters) - Private + Protected function _GettransactionId: UnicodeString; function _Getencodings: TJSRTCRtpEncodingParametersDynArray; procedure _SettransactionId(const aValue: UnicodeString); @@ -25201,7 +25201,7 @@ Type end; TJSRTCRtpSynchronizationSource = class(TJSRTCRtpContributingSource,IJSRTCRtpSynchronizationSource) - Private + Protected function _GetvoiceActivityFlag: Boolean; procedure _SetvoiceActivityFlag(const aValue: Boolean); Public @@ -25245,7 +25245,7 @@ Type end; TJSRTCRtpStreamStats = class(TJSRTCStats,IJSRTCRtpStreamStats) - Private + Protected function _Getssrc: Cardinal; function _Getkind: UnicodeString; function _GetmediaType: UnicodeString; @@ -25309,7 +25309,7 @@ Type end; TJSRTCCodecStats = class(TJSRTCStats,IJSRTCCodecStats) - Private + Protected function _GetpayloadType: Cardinal; function _GetcodecType: TRTCCodecType; function _GettransportId: UnicodeString; @@ -25359,7 +25359,7 @@ Type end; TJSRTCMediaSourceStats = class(TJSRTCStats,IJSRTCMediaSourceStats) - Private + Protected function _GettrackIdentifier: UnicodeString; function _Getkind: UnicodeString; procedure _SettrackIdentifier(const aValue: UnicodeString); @@ -25394,7 +25394,7 @@ Type end; TJSRTCPeerConnectionStats = class(TJSRTCStats,IJSRTCPeerConnectionStats) - Private + Protected function _GetdataChannelsOpened: Cardinal; function _GetdataChannelsClosed: Cardinal; procedure _SetdataChannelsOpened(const aValue: Cardinal); @@ -25429,7 +25429,7 @@ Type end; TJSRTCRTPContributingSourceStats = class(TJSRTCStats,IJSRTCRTPContributingSourceStats) - Private + Protected function _GetcontributorSsrc: Cardinal; function _GetinboundRtpStreamId: UnicodeString; procedure _SetcontributorSsrc(const aValue: Cardinal); @@ -25488,7 +25488,7 @@ Type end; TJSRTCDataChannelStats = class(TJSRTCStats,IJSRTCDataChannelStats) - Private + Protected function _Getlabel_: UnicodeString; function _Getprotocol: UnicodeString; function _GetdataChannelIdentifier: LongInt; @@ -25585,7 +25585,7 @@ Type end; TJSRTCIceCandidatePairStats = class(TJSRTCStats,IJSRTCIceCandidatePairStats) - Private + Protected function _GettransportId: UnicodeString; function _GetlocalCandidateId: UnicodeString; function _GetremoteCandidateId: UnicodeString; @@ -25669,7 +25669,7 @@ Type end; TJSRTCIceCandidateStats = class(TJSRTCStats,IJSRTCIceCandidateStats) - Private + Protected function _Getaddress: UnicodeString; function _Getport: LongInt; function _Getprotocol: UnicodeString; @@ -25766,7 +25766,7 @@ Type end; TJSRTCStatsReportInternal = class(TJSRTCStatsCollection,IJSRTCStatsReportInternal) - Private + Protected function _Getpcid: UnicodeString; function _GetbrowserId: Cardinal; function _Getconfiguration: TJSRTCConfigurationInternal; @@ -25836,7 +25836,7 @@ Type end; TJSRTCTrackEventInit = class(TJSEventInit,IJSRTCTrackEventInit) - Private + Protected function _Getreceiver: IJSRTCRtpReceiver; function _Gettrack: IJSMediaStreamTrack; function _Getstreams: TJSMediaStreamDynArray; @@ -25873,7 +25873,7 @@ Type end; TJSRTCTransformEventInit = class(TJSEventInit,IJSRTCTransformEventInit) - Private + Protected function _Gettransformer: IJSRTCRtpScriptTransformer; procedure _Settransformer(const aValue: IJSRTCRtpScriptTransformer); Public @@ -25904,7 +25904,7 @@ Type end; TJSSanitizerElementNamespaceWithAttributes = class(TJSSanitizerElementNamespace,IJSSanitizerElementNamespaceWithAttributes) - Private + Protected function _Getattributes: TSanitizerAttributeDynArray; function _GetremoveAttributes: TSanitizerAttributeDynArray; procedure _Setattributes(const aValue: TSanitizerAttributeDynArray); @@ -25935,7 +25935,7 @@ Type end; TJSScrollViewChangeEventInit = class(TJSEventInit,IJSScrollViewChangeEventInit) - Private + Protected function _Getstate: TScrollState; procedure _Setstate(const aValue: TScrollState); Public @@ -26007,7 +26007,7 @@ Type end; TJSSecurityPolicyViolationEventInit = class(TJSEventInit,IJSSecurityPolicyViolationEventInit) - Private + Protected function _GetdocumentURI: UnicodeString; function _Getreferrer: UnicodeString; function _GetblockedURI: UnicodeString; @@ -26072,7 +26072,7 @@ Type end; TJSSpeechRecognitionErrorInit = class(TJSEventInit,IJSSpeechRecognitionErrorInit) - Private + Protected function _Geterror: TSpeechRecognitionErrorCode; function _Getmessage: UnicodeString; procedure _Seterror(const aValue: TSpeechRecognitionErrorCode); @@ -26115,7 +26115,7 @@ Type end; TJSSpeechRecognitionEventInit = class(TJSEventInit,IJSSpeechRecognitionEventInit) - Private + Protected function _GetresultIndex: Cardinal; function _Getresults: IJSSpeechRecognitionResultList; function _Getinterpretation: Variant; @@ -26168,7 +26168,7 @@ Type end; TJSSpeechSynthesisEventInit = class(TJSEventInit,IJSSpeechSynthesisEventInit) - Private + Protected function _Getutterance: IJSSpeechSynthesisUtterance; function _GetcharIndex: Cardinal; function _GetcharLength: Cardinal; @@ -26208,7 +26208,7 @@ Type end; TJSStereoPannerOptions = class(TJSAudioNodeOptions,IJSStereoPannerOptions) - Private + Protected function _Getpan: Single; procedure _Setpan(const aValue: Single); Public @@ -26252,7 +26252,7 @@ Type end; TJSStorageEventInit = class(TJSEventInit,IJSStorageEventInit) - Private + Protected function _Getkey: UnicodeString; function _GetoldValue: UnicodeString; function _GetnewValue: UnicodeString; @@ -26292,7 +26292,7 @@ Type end; TJSStreamFilterDataEventInit = class(TJSEventInit,IJSStreamFilterDataEventInit) - Private + Protected function _Getdata: IJSArrayBuffer; procedure _Setdata(const aValue: IJSArrayBuffer); Public @@ -26320,7 +26320,7 @@ Type end; TJSSubmitEventInit = class(TJSEventInit,IJSSubmitEventInit) - Private + Protected function _Getsubmitter: IJSHTMLElement; procedure _Setsubmitter(const aValue: IJSHTMLElement); Public @@ -26346,7 +26346,7 @@ Type end; TJSAesCbcParams = class(TJSAlgorithm,IJSAesCbcParams) - Private + Protected function _Getiv: IJSBufferSource; procedure _Setiv(const aValue: IJSBufferSource); Public @@ -26376,7 +26376,7 @@ Type end; TJSAesCtrParams = class(TJSAlgorithm,IJSAesCtrParams) - Private + Protected function _Getcounter: IJSBufferSource; function _Getlength_: Byte; procedure _Setcounter(const aValue: IJSBufferSource); @@ -26413,7 +26413,7 @@ Type end; TJSAesGcmParams = class(TJSAlgorithm,IJSAesGcmParams) - Private + Protected function _Getiv: IJSBufferSource; function _GetadditionalData: IJSBufferSource; function _GettagLength: Byte; @@ -26445,7 +26445,7 @@ Type end; TJSHmacImportParams = class(TJSAlgorithm,IJSHmacImportParams) - Private + Protected function _Gethash: TAlgorithmIdentifier; procedure _Sethash(const aValue: TAlgorithmIdentifier); Public @@ -26479,7 +26479,7 @@ Type end; TJSPbkdf2Params = class(TJSAlgorithm,IJSPbkdf2Params) - Private + Protected function _Getsalt: IJSBufferSource; function _Getiterations: Cardinal; function _Gethash: TAlgorithmIdentifier; @@ -26511,7 +26511,7 @@ Type end; TJSAesKeyGenParams = class(TJSAlgorithm,IJSAesKeyGenParams) - Private + Protected function _Getlength_: Word; procedure _Setlength_(const aValue: Word); Public @@ -26541,7 +26541,7 @@ Type end; TJSHmacKeyGenParams = class(TJSAlgorithm,IJSHmacKeyGenParams) - Private + Protected function _Gethash: TAlgorithmIdentifier; function _Getlength_: Cardinal; procedure _Sethash(const aValue: TAlgorithmIdentifier); @@ -26578,7 +26578,7 @@ Type end; TJSRsaHashedKeyGenParams = class(TJSAlgorithm,IJSRsaHashedKeyGenParams) - Private + Protected function _GetmodulusLength: Cardinal; function _GetpublicExponent: TBigInteger; function _Gethash: TAlgorithmIdentifier; @@ -26610,7 +26610,7 @@ Type end; TJSRsaOaepParams = class(TJSAlgorithm,IJSRsaOaepParams) - Private + Protected function _Getlabel_: IJSBufferSource; procedure _Setlabel_(const aValue: IJSBufferSource); Public @@ -26636,7 +26636,7 @@ Type end; TJSRsaPssParams = class(TJSAlgorithm,IJSRsaPssParams) - Private + Protected function _GetsaltLength: Cardinal; procedure _SetsaltLength(const aValue: Cardinal); Public @@ -26662,7 +26662,7 @@ Type end; TJSEcKeyGenParams = class(TJSAlgorithm,IJSEcKeyGenParams) - Private + Protected function _GetnamedCurve: TNamedCurve; procedure _SetnamedCurve(const aValue: TNamedCurve); Public @@ -26688,7 +26688,7 @@ Type end; TJSAesDerivedKeyParams = class(TJSAlgorithm,IJSAesDerivedKeyParams) - Private + Protected function _Getlength_: Cardinal; procedure _Setlength_(const aValue: Cardinal); Public @@ -26714,7 +26714,7 @@ Type end; TJSEcdhKeyDeriveParams = class(TJSAlgorithm,IJSEcdhKeyDeriveParams) - Private + Protected function _Getpublic: IJSCryptoKey; procedure _Setpublic(const aValue: IJSCryptoKey); Public @@ -26744,7 +26744,7 @@ Type end; TJSDhImportKeyParams = class(TJSAlgorithm,IJSDhImportKeyParams) - Private + Protected function _Getprime: TBigInteger; function _Getgenerator: TBigInteger; procedure _Setprime(const aValue: TBigInteger); @@ -26773,7 +26773,7 @@ Type end; TJSEcdsaParams = class(TJSAlgorithm,IJSEcdsaParams) - Private + Protected function _Gethash: TAlgorithmIdentifier; procedure _Sethash(const aValue: TAlgorithmIdentifier); Public @@ -26799,7 +26799,7 @@ Type end; TJSEcKeyImportParams = class(TJSAlgorithm,IJSEcKeyImportParams) - Private + Protected function _GetnamedCurve: TNamedCurve; procedure _SetnamedCurve(const aValue: TNamedCurve); Public @@ -26833,7 +26833,7 @@ Type end; TJSHkdfParams = class(TJSAlgorithm,IJSHkdfParams) - Private + Protected function _Gethash: TAlgorithmIdentifier; function _Getsalt: IJSBufferSource; function _Getinfo: IJSBufferSource; @@ -26867,7 +26867,7 @@ Type end; TJSTaskPriorityChangeEventInit = class(TJSEventInit,IJSTaskPriorityChangeEventInit) - Private + Protected function _GetpreviousPriority: TTaskPriority; procedure _SetpreviousPriority(const aValue: TTaskPriority); Public @@ -26895,7 +26895,7 @@ Type end; TJSTCPServerSocketEventInit = class(TJSEventInit,IJSTCPServerSocketEventInit) - Private + Protected function _Getsocket: IJSTCPSocket; procedure _Setsocket(const aValue: IJSTCPSocket); Public @@ -26931,7 +26931,7 @@ Type end; TJSTCPSocketErrorEventInit = class(TJSEventInit,IJSTCPSocketErrorEventInit) - Private + Protected function _Getname: UnicodeString; function _Getmessage: UnicodeString; function _GeterrorCode: Cardinal; @@ -26965,7 +26965,7 @@ Type end; TJSTCPSocketEventInit = class(TJSEventInit,IJSTCPSocketEventInit) - Private + Protected function _Getdata: Variant; procedure _Setdata(const aValue: Variant); Public @@ -26997,7 +26997,7 @@ Type end; TJSToggleEventInit = class(TJSEventInit,IJSToggleEventInit) - Private + Protected function _GetoldState: UnicodeString; function _GetnewState: UnicodeString; procedure _SetoldState(const aValue: UnicodeString); @@ -27030,7 +27030,7 @@ Type end; TJSTrackEventInit = class(TJSEventInit,IJSTrackEventInit) - Private + Protected function _Gettrack: TTrackEventInit_track_Type; procedure _Settrack(const aValue: TTrackEventInit_track_Type); Public @@ -27066,7 +27066,7 @@ Type end; TJSTransitionEventInit = class(TJSEventInit,IJSTransitionEventInit) - Private + Protected function _GetpropertyName: UnicodeString; function _GetelapsedTime: Single; function _GetpseudoElement: UnicodeString; @@ -27108,7 +27108,7 @@ Type end; TJSUDPMessageEventInit = class(TJSEventInit,IJSUDPMessageEventInit) - Private + Protected function _GetremoteAddress: UnicodeString; function _GetremotePort: Word; function _Getdata: Variant; @@ -27146,7 +27146,7 @@ Type end; TJSUIEventInit = class(TJSEventInit,IJSUIEventInit) - Private + Protected function _Getview: IJSWindow; function _Getdetail: LongInt; procedure _Setview(const aValue: IJSWindow); @@ -27177,7 +27177,7 @@ Type end; TJSUserProximityEventInit = class(TJSEventInit,IJSUserProximityEventInit) - Private + Protected function _Getnear: Boolean; procedure _Setnear(const aValue: Boolean); Public @@ -27209,7 +27209,7 @@ Type end; TJSVRDisplayEventInit = class(TJSEventInit,IJSVRDisplayEventInit) - Private + Protected function _Getdisplay: IJSVRDisplay; function _Getreason: TVRDisplayEventReason; procedure _Setdisplay(const aValue: IJSVRDisplay); @@ -27244,7 +27244,7 @@ Type end; TJSWaveShaperOptions = class(TJSAudioNodeOptions,IJSWaveShaperOptions) - Private + Protected function _Getcurve: TSingleDynArray; function _Getoversample: TOverSampleType; procedure _Setcurve(const aValue: TSingleDynArray); @@ -27273,7 +27273,7 @@ Type end; TJSPublicKeyCredentialRpEntity = class(TJSPublicKeyCredentialEntity,IJSPublicKeyCredentialRpEntity) - Private + Protected function _Getid: UnicodeString; procedure _Setid(const aValue: UnicodeString); Public @@ -27303,7 +27303,7 @@ Type end; TJSPublicKeyCredentialUserEntity = class(TJSPublicKeyCredentialEntity,IJSPublicKeyCredentialUserEntity) - Private + Protected function _Getid: IJSBufferSource; function _GetdisplayName: UnicodeString; procedure _Setid(const aValue: IJSBufferSource); @@ -27334,7 +27334,7 @@ Type end; TJSWebGLContextEventInit = class(TJSEventInit,IJSWebGLContextEventInit) - Private + Protected function _GetstatusMessage: UnicodeString; procedure _SetstatusMessage(const aValue: UnicodeString); Public @@ -27369,7 +27369,7 @@ Type end; TJSGPUDeviceDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPUDeviceDescriptor) - Private + Protected function _GetrequiredFeatures: TGPUFeatureNameDynArray; function _GetrequiredLimits: IJSObject; function _GetdefaultQueue: TJSGPUQueueDescriptor; @@ -27409,7 +27409,7 @@ Type end; TJSGPUBufferDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPUBufferDescriptor) - Private + Protected function _Getsize: TGPUSize64; function _Getusage: TGPUBufferUsageFlags; function _GetmappedAtCreation: Boolean; @@ -27465,7 +27465,7 @@ Type end; TJSGPUTextureDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPUTextureDescriptor) - Private + Protected function _Getsize: TGPUExtent3D; function _GetmipLevelCount: TGPUIntegerCoordinate; function _GetsampleCount: TGPUSize32; @@ -27533,7 +27533,7 @@ Type end; TJSGPUTextureViewDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPUTextureViewDescriptor) - Private + Protected function _Getformat: TGPUTextureFormat; function _Getdimension: TGPUTextureViewDimension; function _Getaspect: TGPUTextureAspect; @@ -27613,7 +27613,7 @@ Type end; TJSGPUSamplerDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPUSamplerDescriptor) - Private + Protected function _GetaddressModeU: TGPUAddressMode; function _GetaddressModeV: TGPUAddressMode; function _GetaddressModeW: TGPUAddressMode; @@ -27667,7 +27667,7 @@ Type end; TJSGPUBindGroupLayoutDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPUBindGroupLayoutDescriptor) - Private + Protected function _Getentries: TJSGPUBindGroupLayoutEntryDynArray; procedure _Setentries(const aValue: TJSGPUBindGroupLayoutEntryDynArray); Public @@ -27698,7 +27698,7 @@ Type end; TJSGPUBindGroupDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPUBindGroupDescriptor) - Private + Protected function _Getlayout: IJSGPUBindGroupLayout; function _Getentries: TJSGPUBindGroupEntryDynArray; procedure _Setlayout(const aValue: IJSGPUBindGroupLayout); @@ -27728,7 +27728,7 @@ Type end; TJSGPUPipelineLayoutDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPUPipelineLayoutDescriptor) - Private + Protected function _GetbindGroupLayouts: TJSGPUBindGroupLayoutDynArray; procedure _SetbindGroupLayouts(const aValue: TJSGPUBindGroupLayoutDynArray); Public @@ -27758,7 +27758,7 @@ Type end; TJSGPUShaderModuleDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPUShaderModuleDescriptor) - Private + Protected function _Getcode: UTF8String; function _GetsourceMap: IJSObject; procedure _Setcode(const aValue: UTF8String); @@ -27789,7 +27789,7 @@ Type end; TJSGPUPipelineDescriptorBase = class(TJSGPUObjectDescriptorBase,IJSGPUPipelineDescriptorBase) - Private + Protected function _Getlayout: TGPUPipelineDescriptorBase_layout_Type; procedure _Setlayout(const aValue: TGPUPipelineDescriptorBase_layout_Type); Public @@ -27817,7 +27817,7 @@ Type end; TJSGPUFragmentState = class(TJSGPUProgrammableStage,IJSGPUFragmentState) - Private + Protected function _Gettargets: TJSGPUColorTargetStateDynArray; procedure _Settargets(const aValue: TJSGPUColorTargetStateDynArray); Public @@ -27845,7 +27845,7 @@ Type end; TJSGPUVertexState = class(TJSGPUProgrammableStage,IJSGPUVertexState) - Private + Protected function _Getbuffers: TJSGPUVertexBufferLayoutDynArray; procedure _Setbuffers(const aValue: TJSGPUVertexBufferLayoutDynArray); Public @@ -27873,7 +27873,7 @@ Type end; TJSGPUImageCopyBuffer = class(TJSGPUImageDataLayout,IJSGPUImageCopyBuffer) - Private + Protected function _Getbuffer: IJSGPUBuffer; procedure _Setbuffer(const aValue: IJSGPUBuffer); Public @@ -27902,7 +27902,7 @@ Type end; TJSGPUImageCopyTextureTagged = class(TJSGPUImageCopyTexture,IJSGPUImageCopyTextureTagged) - Private + Protected function _GetpremultipliedAlpha: Boolean; procedure _SetpremultipliedAlpha(const aValue: Boolean); Public @@ -27924,7 +27924,7 @@ Type end; TJSGPUCommandBufferDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPUCommandBufferDescriptor) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSGPUCommandBufferDescriptor; @@ -27943,7 +27943,7 @@ Type end; TJSGPUCommandEncoderDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPUCommandEncoderDescriptor) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSGPUCommandEncoderDescriptor; @@ -27962,7 +27962,7 @@ Type end; TJSGPUComputePassDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPUComputePassDescriptor) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSGPUComputePassDescriptor; @@ -27994,7 +27994,7 @@ Type end; TJSGPURenderPassDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPURenderPassDescriptor) - Private + Protected function _GetcolorAttachments: TJSGPURenderPassColorAttachmentDynArray; function _GetdepthStencilAttachment: TJSGPURenderPassDepthStencilAttachment; function _GetocclusionQuerySet: IJSGPUQuerySet; @@ -28034,7 +28034,7 @@ Type end; TJSGPURenderPassLayout = class(TJSGPUObjectDescriptorBase,IJSGPURenderPassLayout) - Private + Protected function _GetcolorFormats: TGPUTextureFormatDynArray; function _GetdepthStencilFormat: TGPUTextureFormat; function _GetsampleCount: TGPUSize32; @@ -28062,7 +28062,7 @@ Type end; TJSGPURenderBundleDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPURenderBundleDescriptor) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSGPURenderBundleDescriptor; @@ -28081,7 +28081,7 @@ Type end; TJSGPUQueueDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPUQueueDescriptor) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSGPUQueueDescriptor; @@ -28113,7 +28113,7 @@ Type end; TJSGPUQuerySetDescriptor = class(TJSGPUObjectDescriptorBase,IJSGPUQuerySetDescriptor) - Private + Protected function _Gettype_: TGPUQueryType; function _Getcount: TGPUSize32; function _GetpipelineStatistics: TGPUPipelineStatisticNameDynArray; @@ -28149,7 +28149,7 @@ Type end; TJSScrollToOptions = class(TJSScrollOptions,IJSScrollToOptions) - Private + Protected function _Getleft: Double; function _Gettop: Double; procedure _Setleft(const aValue: Double); @@ -28178,7 +28178,7 @@ Type end; TJSWindowPostMessageOptions = class(TJSStructuredSerializeOptions,IJSWindowPostMessageOptions) - Private + Protected function _GettargetOrigin: UnicodeString; procedure _SettargetOrigin(const aValue: UnicodeString); Public @@ -28210,7 +28210,7 @@ Type end; TJSXRInputSourceEventInit = class(TJSEventInit,IJSXRInputSourceEventInit) - Private + Protected function _Getframe: IJSXRFrame; function _GetinputSource: IJSXRInputSource; procedure _Setframe(const aValue: IJSXRFrame); @@ -28250,7 +28250,7 @@ Type end; TJSXRInputSourcesChangeEventInit = class(TJSEventInit,IJSXRInputSourcesChangeEventInit) - Private + Protected function _Getsession: IJSXRSession; function _Getadded: TJSXRInputSourceDynArray; function _Getremoved: TJSXRInputSourceDynArray; @@ -28288,7 +28288,7 @@ Type end; TJSXRReferenceSpaceEventInit = class(TJSEventInit,IJSXRReferenceSpaceEventInit) - Private + Protected function _GetreferenceSpace: IJSXRReferenceSpace; function _Gettransform: IJSXRRigidTransform; procedure _SetreferenceSpace(const aValue: IJSXRReferenceSpace); @@ -28319,7 +28319,7 @@ Type end; TJSXRSessionEventInit = class(TJSEventInit,IJSXRSessionEventInit) - Private + Protected function _Getsession: IJSXRSession; procedure _Setsession(const aValue: IJSXRSession); Public @@ -28355,7 +28355,7 @@ Type end; TJSKeyframeAnimationOptions = class(TJSKeyframeEffectOptions,IJSKeyframeAnimationOptions) - Private + Protected function _Getid: UnicodeString; procedure _Setid(const aValue: UnicodeString); Public @@ -28385,7 +28385,7 @@ Type end; TJSCompositionEventInit = class(TJSUIEventInit,IJSCompositionEventInit) - Private + Protected function _Getdata: UnicodeString; procedure _Setdata(const aValue: UnicodeString); Public @@ -28431,7 +28431,7 @@ Type end; TJSExtendableMessageEventInit = class(TJSExtendableEventInit,IJSExtendableMessageEventInit) - Private + Protected function _Getdata: Variant; function _Getorigin: UnicodeString; function _GetlastEventId: UnicodeString; @@ -28475,7 +28475,7 @@ Type end; TJSChromeFilePropertyBag = class(TJSFilePropertyBag,IJSChromeFilePropertyBag) - Private + Protected function _Getname: UnicodeString; function _GetexistenceCheck: Boolean; procedure _Setname(const aValue: UnicodeString); @@ -28508,7 +28508,7 @@ Type end; TJSFocusEventInit = class(TJSUIEventInit,IJSFocusEventInit) - Private + Protected function _GetrelatedTarget: IJSEventTarget; procedure _SetrelatedTarget(const aValue: IJSEventTarget); Public @@ -28541,7 +28541,7 @@ Type end; TJSGamepadAxisMoveEventInit = class(TJSGamepadEventInit,IJSGamepadAxisMoveEventInit) - Private + Protected function _Getaxis: Cardinal; function _Getvalue: Double; procedure _Setaxis(const aValue: Cardinal); @@ -28573,7 +28573,7 @@ Type end; TJSGamepadButtonEventInit = class(TJSGamepadEventInit,IJSGamepadButtonEventInit) - Private + Protected function _Getbutton: Cardinal; procedure _Setbutton(const aValue: Cardinal); Public @@ -28620,7 +28620,7 @@ Type end; TJSInputEventInit = class(TJSUIEventInit,IJSInputEventInit) - Private + Protected function _GetisComposing: Boolean; function _GetinputType: UnicodeString; function _Getdata: UnicodeString; @@ -28660,7 +28660,7 @@ Type end; TJSNotificationEventInit = class(TJSExtendableEventInit,IJSNotificationEventInit) - Private + Protected function _Getnotification: IJSNotification; procedure _Setnotification(const aValue: IJSNotification); Public @@ -28692,7 +28692,7 @@ Type end; TJSPaymentMethodChangeEventInit = class(TJSPaymentRequestUpdateEventInit,IJSPaymentMethodChangeEventInit) - Private + Protected function _GetmethodName: UnicodeString; function _GetmethodDetails: IJSObject; procedure _SetmethodName(const aValue: UnicodeString); @@ -28723,7 +28723,7 @@ Type end; TJSPushEventInit = class(TJSExtendableEventInit,IJSPushEventInit) - Private + Protected function _Getdata: TPushMessageDataInit; procedure _Setdata(const aValue: TPushMessageDataInit); Public @@ -28753,7 +28753,7 @@ Type end; TJSRTCRtpSourceEntry = class(TJSRTCRtpSynchronizationSource,IJSRTCRtpSourceEntry) - Private + Protected function _GetsourceType: TRTCRtpSourceEntryType; procedure _SetsourceType(const aValue: TRTCRtpSourceEntryType); Public @@ -28802,7 +28802,7 @@ Type end; TJSRTCReceivedRtpStreamStats = class(TJSRTCRtpStreamStats,IJSRTCReceivedRtpStreamStats) - Private + Protected function _GetpacketsReceived: QWord; function _GetpacketsLost: Int64; function _Getjitter: Double; @@ -28851,7 +28851,7 @@ Type end; TJSRTCSentRtpStreamStats = class(TJSRTCRtpStreamStats,IJSRTCSentRtpStreamStats) - Private + Protected function _GetpacketsSent: Cardinal; function _GetbytesSent: QWord; procedure _SetpacketsSent(const aValue: Cardinal); @@ -28896,7 +28896,7 @@ Type end; TJSRTCVideoSourceStats = class(TJSRTCMediaSourceStats,IJSRTCVideoSourceStats) - Private + Protected function _Getwidth: Cardinal; function _Getheight: Cardinal; function _Getframes: Cardinal; @@ -28938,7 +28938,7 @@ Type end; TJSSpeechSynthesisErrorEventInit = class(TJSSpeechSynthesisEventInit,IJSSpeechSynthesisErrorEventInit) - Private + Protected function _Geterror: TSpeechSynthesisErrorCode; procedure _Seterror(const aValue: TSpeechSynthesisErrorCode); Public @@ -28965,7 +28965,7 @@ Type end; TJSHmacDerivedKeyParams = class(TJSHmacImportParams,IJSHmacDerivedKeyParams) - Private + Protected function _Getlength_: Cardinal; procedure _Setlength_(const aValue: Cardinal); Public @@ -29043,7 +29043,7 @@ Type end; TJSEventModifierInit = class(TJSUIEventInit,IJSEventModifierInit) - Private + Protected function _GetctrlKey: Boolean; function _GetshiftKey: Boolean; function _GetaltKey: Boolean; @@ -29106,7 +29106,7 @@ Type end; TJSGPUComputePipelineDescriptor = class(TJSGPUPipelineDescriptorBase,IJSGPUComputePipelineDescriptor) - Private + Protected function _Getcompute: TJSGPUProgrammableStage; procedure _Setcompute(const aValue: TJSGPUProgrammableStage); Public @@ -29149,7 +29149,7 @@ Type end; TJSGPURenderPipelineDescriptor = class(TJSGPUPipelineDescriptorBase,IJSGPURenderPipelineDescriptor) - Private + Protected function _Getvertex: TJSGPUVertexState; function _Getprimitive: TJSGPUPrimitiveState; function _GetdepthStencil: TJSGPUDepthStencilState; @@ -29194,7 +29194,7 @@ Type end; TJSGPURenderBundleEncoderDescriptor = class(TJSGPURenderPassLayout,IJSGPURenderBundleEncoderDescriptor) - Private + Protected function _GetdepthReadOnly: Boolean; function _GetstencilReadOnly: Boolean; procedure _SetdepthReadOnly(const aValue: Boolean); @@ -29268,7 +29268,7 @@ Type end; TJSKeyboardEventInit = class(TJSEventModifierInit,IJSKeyboardEventInit) - Private + Protected function _Getkey: UnicodeString; function _Getcode: UnicodeString; function _Getlocation: Cardinal; @@ -29364,7 +29364,7 @@ Type end; TJSMouseEventInit = class(TJSEventModifierInit,IJSMouseEventInit) - Private + Protected function _GetscreenX: LongInt; function _GetscreenY: LongInt; function _GetclientX: LongInt; @@ -29550,7 +29550,7 @@ Type end; TJSRTCInboundRtpStreamStats = class(TJSRTCReceivedRtpStreamStats,IJSRTCInboundRtpStreamStats) - Private + Protected function _GettrackIdentifier: UnicodeString; function _GetremoteId: UnicodeString; function _GetframesDecoded: Cardinal; @@ -29697,7 +29697,7 @@ Type end; TJSRTCRemoteInboundRtpStreamStats = class(TJSRTCReceivedRtpStreamStats,IJSRTCRemoteInboundRtpStreamStats) - Private + Protected function _GetlocalId: UnicodeString; function _GetroundTripTime: Double; function _GettotalRoundTripTime: Double; @@ -29804,7 +29804,7 @@ Type end; TJSRTCOutboundRtpStreamStats = class(TJSRTCSentRtpStreamStats,IJSRTCOutboundRtpStreamStats) - Private + Protected function _GetremoteId: UnicodeString; function _GetframesEncoded: Cardinal; function _GetqpSum: QWord; @@ -29888,7 +29888,7 @@ Type end; TJSRTCRemoteOutboundRtpStreamStats = class(TJSRTCSentRtpStreamStats,IJSRTCRemoteOutboundRtpStreamStats) - Private + Protected function _GetlocalId: UnicodeString; function _GetremoteTimestamp: TDOMHighResTimeStamp; procedure _SetlocalId(const aValue: UnicodeString); @@ -29943,7 +29943,7 @@ Type end; TJSTouchEventInit = class(TJSEventModifierInit,IJSTouchEventInit) - Private + Protected function _Gettouches: TJSTouchDynArray; function _GettargetTouches: TJSTouchDynArray; function _GetchangedTouches: TJSTouchDynArray; @@ -30001,7 +30001,7 @@ Type end; TJSDragEventInit = class(TJSMouseEventInit,IJSDragEventInit) - Private + Protected function _GetdataTransfer: IJSDataTransfer; procedure _SetdataTransfer(const aValue: IJSDataTransfer); Public @@ -30098,7 +30098,7 @@ Type end; TJSPointerEventInit = class(TJSMouseEventInit,IJSPointerEventInit) - Private + Protected function _GetpointerId: LongInt; function _Getwidth: LongInt; function _Getheight: LongInt; @@ -30195,7 +30195,7 @@ Type end; TJSWheelEventInit = class(TJSMouseEventInit,IJSWheelEventInit) - Private + Protected function _GetdeltaX: Double; function _GetdeltaY: Double; function _GetdeltaZ: Double; @@ -30226,7 +30226,7 @@ Type end; TJSAbortController = class(TJSObject,IJSAbortController) - Private + Protected function _Getsignal: IJSAbortSignal; Public constructor Create; overload; @@ -30256,7 +30256,7 @@ Type end; TJSAbstractRange = class(TJSObject,IJSAbstractRange) - Private + Protected function _GetstartContainer: IJSNode; function _GetstartOffset: Cardinal; function _GetendContainer: IJSNode; @@ -30284,7 +30284,7 @@ Type end; TJSAbstractWorker = class(TJSObject,IJSAbstractWorker) - Private + Protected function _Getonerror: TEventHandler; procedure _Setonerror(const aValue: TEventHandler); Public @@ -30439,7 +30439,7 @@ Type end; TJSAccessibleNode = class(TJSObject,IJSAccessibleNode) - Private + Protected function _GetcomputedRole: UnicodeString; function _Getstates: TUnicodeStringDynArray; function _Getattributes: TUnicodeStringDynArray; @@ -30598,7 +30598,7 @@ Type end; TJSAnimatable = class(TJSObject,IJSAnimatable) - Private + Protected Public function animate(aKeyframes: IJSObject; const aOptions: TJSKeyframeAnimationOptions): IJSAnimation; overload; function animate(aKeyframes: IJSObject): IJSAnimation; overload; @@ -30622,7 +30622,7 @@ Type end; TJSAnimationEffect = class(TJSObject,IJSAnimationEffect) - Private + Protected Public function getTiming: TJSEffectTiming; overload; function getComputedTiming: TJSComputedEffectTiming; overload; @@ -30643,7 +30643,7 @@ Type end; TJSAnimationFrameProvider = class(TJSObject,IJSAnimationFrameProvider) - Private + Protected Public function requestAnimationFrame(const aCallback: TFrameRequestCallback): LongInt; overload; procedure cancelAnimationFrame(aHandle: LongInt); overload; @@ -30662,7 +30662,7 @@ Type end; TJSAnimationTimeline = class(TJSObject,IJSAnimationTimeline) - Private + Protected function _GetcurrentTime: Double; Public class function JSClassName: UnicodeString; override; @@ -30679,7 +30679,7 @@ Type end; TJSMozObserver = class(TJSObject,IJSMozObserver) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSMozObserver; @@ -30829,7 +30829,7 @@ Type end; TJSARIAMixin = class(TJSObject,IJSARIAMixin) - Private + Protected function _GetariaActiveDescendantElement: IJSElement; function _Getrole: UnicodeString; function _GetariaAtomic: UnicodeString; @@ -30992,7 +30992,7 @@ Type end; TJSAudioBuffer = class(TJSObject,IJSAudioBuffer) - Private + Protected function _GetsampleRate: Single; function _Getlength_: Cardinal; function _Getduration: Double; @@ -31040,7 +31040,7 @@ Type end; TJSAudioData = class(TJSObject,IJSAudioData) - Private + Protected function _Getformat: TAudioSampleFormat; function _GetsampleRate: Single; function _GetnumberOfFrames: Cardinal; @@ -31075,7 +31075,7 @@ Type end; TJSAudioListener = class(TJSObject,IJSAudioListener) - Private + Protected Public procedure setPosition(aX: Double; aY: Double; aZ: Double); overload; procedure setOrientation(aX: Double; aY: Double; aZ: Double; aXUp: Double; aYUp: Double; aZUp: Double); overload; @@ -31092,7 +31092,7 @@ Type end; TJSAudioNodePassThrough = class(TJSObject,IJSAudioNodePassThrough) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSAudioNodePassThrough; @@ -31122,7 +31122,7 @@ Type end; TJSAudioParam = class(TJSObject,IJSAudioParam) - Private + Protected function _Getvalue: Single; function _GetdefaultValue: Single; function _GetminValue: Single; @@ -31159,7 +31159,7 @@ Type end; TJSAudioParamMap = class(TJSObject,IJSAudioParamMap) - Private + Protected function _Getsize : LongInt; Public function get(key: UnicodeString) : TJSAudioParam; @@ -31192,7 +31192,7 @@ Type end; TJSAudioTrack = class(TJSObject,IJSAudioTrack) - Private + Protected function _Getid: UnicodeString; function _Getkind: UnicodeString; function _Getlabel_: UnicodeString; @@ -31220,7 +31220,7 @@ Type end; TJSAudioWorkletProcessor = class(TJSObject,IJSAudioWorkletProcessor) - Private + Protected function _Getport: IJSMessagePort; Public constructor Create; overload; @@ -31241,7 +31241,7 @@ Type end; TJSBarProp = class(TJSObject,IJSBarProp) - Private + Protected function _Getvisible: Boolean; procedure _Setvisible(const aValue: Boolean); Public @@ -31271,7 +31271,7 @@ Type end; TJSBlob = class(TJSObject,IJSBlob) - Private + Protected function _Getsize: QWord; function _Gettype_: UnicodeString; Public @@ -31324,7 +31324,7 @@ Type end; TJSCache = class(TJSObject,IJSCache) - Private + Protected Public function match(aRequest: IJSRequest; const aOptions: TJSCacheQueryOptions): IJSPromise; overload; // Promise function match(const aRequest: UnicodeString; const aOptions: TJSCacheQueryOptions): IJSPromise; overload; // Promise @@ -31362,7 +31362,7 @@ Type end; TJSPrincipal = class(TJSObject,IJSPrincipal) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSPrincipal; @@ -31385,7 +31385,7 @@ Type end; TJSCacheStorage = class(TJSObject,IJSCacheStorage) - Private + Protected Public function match(aRequest: IJSRequest; const aOptions: TJSMultiCacheQueryOptions): IJSPromise; overload; // Promise function match(const aRequest: UnicodeString; const aOptions: TJSMultiCacheQueryOptions): IJSPromise; overload; // Promise @@ -31584,7 +31584,7 @@ Type end; TJSCanvasRenderingContext2D = class(TJSObject,IJSCanvasRenderingContext2D) - Private + Protected function _Getcanvas: IJSHTMLCanvasElement; function _GetglobalAlpha: Double; function _GetglobalCompositeOperation: UnicodeString; @@ -31778,7 +31778,7 @@ Type end; TJSCanvasState = class(TJSObject,IJSCanvasState) - Private + Protected Public procedure save; overload; procedure restore; overload; @@ -31806,7 +31806,7 @@ Type end; TJSCanvasTransform = class(TJSObject,IJSCanvasTransform) - Private + Protected Public procedure scale(aX: Double; aY: Double); overload; procedure rotate(aAngle: Double); overload; @@ -31836,7 +31836,7 @@ Type end; TJSCanvasCompositing = class(TJSObject,IJSCanvasCompositing) - Private + Protected function _GetglobalAlpha: Double; function _GetglobalCompositeOperation: UnicodeString; procedure _SetglobalAlpha(const aValue: Double); @@ -31860,7 +31860,7 @@ Type end; TJSCanvasImageSmoothing = class(TJSObject,IJSCanvasImageSmoothing) - Private + Protected function _GetimageSmoothingEnabled: Boolean; procedure _SetimageSmoothingEnabled(const aValue: Boolean); Public @@ -31893,7 +31893,7 @@ Type end; TJSCanvasFillStrokeStyles = class(TJSObject,IJSCanvasFillStrokeStyles) - Private + Protected function _GetstrokeStyle: TCanvasFillStrokeStyles_strokeStyle_Type; function _GetfillStyle: TCanvasFillStrokeStyles_fillStyle_Type; procedure _SetstrokeStyle(const aValue: TCanvasFillStrokeStyles_strokeStyle_Type); @@ -31935,7 +31935,7 @@ Type end; TJSCanvasShadowStyles = class(TJSObject,IJSCanvasShadowStyles) - Private + Protected function _GetshadowOffsetX: Double; function _GetshadowOffsetY: Double; function _GetshadowBlur: Double; @@ -31965,7 +31965,7 @@ Type end; TJSCanvasFilters = class(TJSObject,IJSCanvasFilters) - Private + Protected function _Getfilter: UTF8String; procedure _Setfilter(const aValue: UTF8String); Public @@ -31986,7 +31986,7 @@ Type end; TJSCanvasRect = class(TJSObject,IJSCanvasRect) - Private + Protected Public procedure clearRect(aX: Double; aY: Double; aW: Double; aH: Double); overload; procedure fillRect(aX: Double; aY: Double; aW: Double; aH: Double); overload; @@ -32021,7 +32021,7 @@ Type end; TJSCanvasDrawPath = class(TJSObject,IJSCanvasDrawPath) - Private + Protected Public procedure beginPath; overload; procedure fill(aWinding: TCanvasWindingRule); overload; @@ -32054,7 +32054,7 @@ Type end; TJSCanvasUserInterface = class(TJSObject,IJSCanvasUserInterface) - Private + Protected Public procedure drawFocusIfNeeded(aElement: IJSElement); overload; class function JSClassName: UnicodeString; override; @@ -32075,7 +32075,7 @@ Type end; TJSCanvasText = class(TJSObject,IJSCanvasText) - Private + Protected Public procedure fillText(const aText: UnicodeString; aX: Double; aY: Double; aMaxWidth: Double); overload; procedure fillText(const aText: UnicodeString; aX: Double; aY: Double); overload; @@ -32113,7 +32113,7 @@ Type end; TJSCanvasDrawImage = class(TJSObject,IJSCanvasDrawImage) - Private + Protected Public procedure drawImage(aImage: IJSHTMLCanvasElement; aDx: Double; aDy: Double); overload; procedure drawImage(const aImage: THTMLOrSVGImageElement; aDx: Double; aDy: Double); overload; @@ -32151,7 +32151,7 @@ Type end; TJSCanvasImageData = class(TJSObject,IJSCanvasImageData) - Private + Protected Public function createImageData(aSw: LongInt; aSh: LongInt): IJSImageData; overload; function createImageData(aImagedata: IJSImageData): IJSImageData; overload; @@ -32188,7 +32188,7 @@ Type end; TJSCanvasPathDrawingStyles = class(TJSObject,IJSCanvasPathDrawingStyles) - Private + Protected function _GetlineWidth: Double; function _GetlineCap: TCanvasLineCap; function _GetlineJoin: TCanvasLineJoin; @@ -32250,7 +32250,7 @@ Type end; TJSCanvasTextDrawingStyles = class(TJSObject,IJSCanvasTextDrawingStyles) - Private + Protected function _Getfont: UTF8String; function _GettextAlign: TCanvasTextAlign; function _GettextBaseline: TCanvasTextBaseline; @@ -32310,7 +32310,7 @@ Type end; TJSCanvasPathMethods = class(TJSObject,IJSCanvasPathMethods) - Private + Protected Public procedure closePath; overload; procedure moveTo(aX: Double; aY: Double); overload; @@ -32341,7 +32341,7 @@ Type end; TJSCanvasGradient = class(TJSObject,IJSCanvasGradient) - Private + Protected Public procedure addColorStop(aOffset: Single; const aColor: UTF8String); overload; class function JSClassName: UnicodeString; override; @@ -32359,7 +32359,7 @@ Type end; TJSCanvasPattern = class(TJSObject,IJSCanvasPattern) - Private + Protected Public procedure setTransform(const aMatrix: TJSDOMMatrix2DInit); overload; procedure setTransform; overload; @@ -32400,7 +32400,7 @@ Type end; TJSTextMetrics = class(TJSObject,IJSTextMetrics) - Private + Protected function _Getwidth: Double; function _GetactualBoundingBoxLeft: Double; function _GetactualBoundingBoxRight: Double; @@ -32444,7 +32444,7 @@ Type end; TJSCaretPosition = class(TJSObject,IJSCaretPosition) - Private + Protected function _GetoffsetNode: IJSNode; function _Getoffset: Cardinal; Public @@ -32470,7 +32470,7 @@ Type end; TJSCheckerboardReportService = class(TJSObject,IJSCheckerboardReportService) - Private + Protected Public constructor Create; overload; function getReports: TJSCheckerboardReportDynArray; overload; @@ -32503,7 +32503,7 @@ Type end; TJSChildNode = class(TJSObject,IJSChildNode) - Private + Protected Public procedure before(const aNodes: UnicodeString){; ToDo:varargs}; overload; procedure before(aNodes: IJSNode){; ToDo:varargs}; overload; @@ -32529,7 +32529,7 @@ Type end; TJSNonDocumentTypeChildNode = class(TJSObject,IJSNonDocumentTypeChildNode) - Private + Protected function _GetpreviousElementSibling: IJSElement; function _GetnextElementSibling: IJSElement; Public @@ -32559,7 +32559,7 @@ Type end; TJSClient = class(TJSObject,IJSClient) - Private + Protected function _Geturl: UnicodeString; function _GetframeType: TFrameType; function _Gettype_: TClientType; @@ -32590,7 +32590,7 @@ Type end; TJSClients = class(TJSObject,IJSClients) - Private + Protected Public function get(const aId: UnicodeString): IJSPromise; overload; // Promise function matchAll(const aOptions: TJSClientQueryOptions): IJSPromise; overload; // Promise @@ -32615,7 +32615,7 @@ Type end; TJSClipboardItem = class(TJSObject,IJSClipboardItem) - Private + Protected function _GetpresentationStyle: TPresentationStyle; function _Gettypes: TUnicodeStringDynArray; Public @@ -32641,7 +32641,7 @@ Type end; TJSCredential = class(TJSObject,IJSCredential) - Private + Protected function _Getid: UnicodeString; function _Gettype_: UnicodeString; Public @@ -32666,7 +32666,7 @@ Type end; TJSCredentialsContainer = class(TJSObject,IJSCredentialsContainer) - Private + Protected Public function get(const aOptions: TJSCredentialRequestOptions): IJSPromise; overload; // Promise function get: IJSPromise; overload; // Promise @@ -32689,7 +32689,7 @@ Type end; TJSGlobalCrypto = class(TJSObject,IJSGlobalCrypto) - Private + Protected function _Getcrypto: IJSCrypto; Public class function JSClassName: UnicodeString; override; @@ -32710,7 +32710,7 @@ Type end; TJSCrypto = class(TJSObject,IJSCrypto) - Private + Protected function _Getsubtle: IJSSubtleCrypto; Public function getRandomValues(aArray_: IJSArrayBufferView): IJSArrayBufferView; overload; @@ -32733,7 +32733,7 @@ Type end; TJSCSSPseudoElement = class(TJSObject,IJSCSSPseudoElement) - Private + Protected function _Gettype_: UnicodeString; function _Getelement: IJSElement; Public @@ -32761,7 +32761,7 @@ Type end; TJSCSSRule = class(TJSObject,IJSCSSRule) - Private + Protected function _Gettype_: Word; function _GetcssText: UTF8String; function _GetparentRule: IJSCSSRule; @@ -32802,7 +32802,7 @@ Type end; TJSCSSRuleList = class(TJSObject,IJSCSSRuleList) - Private + Protected function _Getlength_: Cardinal; Public function item(aIndex: Cardinal): IJSCSSRule; overload; @@ -32833,7 +32833,7 @@ Type end; TJSCSSStyleDeclaration = class(TJSObject,IJSCSSStyleDeclaration) - Private + Protected function _GetcssText: UTF8String; function _Getlength_: Cardinal; function _GetparentRule: IJSCSSRule; @@ -32870,7 +32870,7 @@ Type end; TJSCustomElementRegistry = class(TJSObject,IJSCustomElementRegistry) - Private + Protected Public procedure define(const aName: UnicodeString; const aConstructor_: TCustomElementConstructor; const aOptions: TJSElementDefinitionOptions); overload; procedure define(const aName: UnicodeString; const aConstructor_: TCustomElementConstructor); overload; @@ -32891,7 +32891,7 @@ Type end; TJSContentSecurityPolicy = class(TJSObject,IJSContentSecurityPolicy) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSContentSecurityPolicy; @@ -32931,7 +32931,7 @@ Type end; TJSDataTransfer = class(TJSObject,IJSDataTransfer) - Private + Protected function _GetdropEffect: UnicodeString; function _GeteffectAllowed: UnicodeString; function _Getitems: IJSDataTransferItemList; @@ -32979,7 +32979,7 @@ Type end; TJSDataTransferItem = class(TJSObject,IJSDataTransferItem) - Private + Protected function _Getkind: UnicodeString; function _Gettype_: UnicodeString; Public @@ -33008,7 +33008,7 @@ Type end; TJSDataTransferItemList = class(TJSObject,IJSDataTransferItemList) - Private + Protected function _Getlength_: Cardinal; Public function GetDefault(aIndex: Cardinal): IJSDataTransferItem; overload; @@ -33036,7 +33036,7 @@ Type end; TJSDeviceAcceleration = class(TJSObject,IJSDeviceAcceleration) - Private + Protected function _Getx: Double; function _Gety: Double; function _Getz: Double; @@ -33063,7 +33063,7 @@ Type end; TJSDeviceRotationRate = class(TJSObject,IJSDeviceRotationRate) - Private + Protected function _Getalpha: Double; function _Getbeta: Double; function _Getgamma: Double; @@ -33091,7 +33091,7 @@ Type end; TJSDirectory = class(TJSObject,IJSDirectory) - Private + Protected function _Getname: UnicodeString; function _Getpath: UnicodeString; Public @@ -33113,7 +33113,7 @@ Type end; TJSWindowProxy = class(TJSObject,IJSWindowProxy) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSWindowProxy; @@ -33128,7 +33128,7 @@ Type end; TJSnsISupports = class(TJSObject,IJSnsISupports) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsISupports; @@ -33143,7 +33143,7 @@ Type end; TJSURI = class(TJSObject,IJSURI) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSURI; @@ -33158,7 +33158,7 @@ Type end; TJSnsIDocShell = class(TJSObject,IJSnsIDocShell) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsIDocShell; @@ -33173,7 +33173,7 @@ Type end; TJSnsILoadGroup = class(TJSObject,IJSnsILoadGroup) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsILoadGroup; @@ -33188,7 +33188,7 @@ Type end; TJSnsIReferrerInfo = class(TJSObject,IJSnsIReferrerInfo) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsIReferrerInfo; @@ -33203,7 +33203,7 @@ Type end; TJSnsICookieJarSettings = class(TJSObject,IJSnsICookieJarSettings) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsICookieJarSettings; @@ -33218,7 +33218,7 @@ Type end; TJSnsIPermissionDelegateHandler = class(TJSObject,IJSnsIPermissionDelegateHandler) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsIPermissionDelegateHandler; @@ -33233,7 +33233,7 @@ Type end; TJSXULCommandDispatcher = class(TJSObject,IJSXULCommandDispatcher) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSXULCommandDispatcher; @@ -33267,7 +33267,7 @@ Type end; TJSDocumentOrShadowRoot = class(TJSObject,IJSDocumentOrShadowRoot) - Private + Protected function _GetactiveElement: IJSElement; function _GetstyleSheets: IJSStyleSheetList; function _GetpointerLockElement: IJSElement; @@ -33298,7 +33298,7 @@ Type end; TJSStackFrame = class(TJSObject,IJSStackFrame) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSStackFrame; @@ -33325,7 +33325,7 @@ Type end; TJSExceptionMembers = class(TJSObject,IJSExceptionMembers) - Private + Protected function _Getresult: Cardinal; function _Getfilename: UnicodeString; function _GetlineNumber: Cardinal; @@ -33358,7 +33358,7 @@ Type end; TJSDOMImplementation = class(TJSObject,IJSDOMImplementation) - Private + Protected Public function hasFeature: Boolean; overload; function createDocumentType(const aQualifiedName: UnicodeString; const aPublicId: UnicodeString; const aSystemId: UnicodeString): IJSDocumentType; overload; @@ -33474,7 +33474,7 @@ Type end; TJSDOMMatrixReadOnly = class(TJSObject,IJSDOMMatrixReadOnly) - Private + Protected function _Geta: Double; function _Getb: Double; function _Getc: Double; @@ -33590,7 +33590,7 @@ Type end; TJSInputStream = class(TJSObject,IJSInputStream) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSInputStream; @@ -33607,7 +33607,7 @@ Type end; TJSDOMParser = class(TJSObject,IJSDOMParser) - Private + Protected Public constructor Create; overload; function parseFromString(const aStr: UnicodeString; aType_: TSupportedType): IJSDocument; overload; @@ -33636,7 +33636,7 @@ Type end; TJSDOMPointReadOnly = class(TJSObject,IJSDOMPointReadOnly) - Private + Protected function _Getx: Double; function _Gety: Double; function _Getz: Double; @@ -33679,7 +33679,7 @@ Type end; TJSDOMQuad = class(TJSObject,IJSDOMQuad) - Private + Protected function _Getp1: IJSDOMPoint; function _Getp2: IJSDOMPoint; function _Getp3: IJSDOMPoint; @@ -33731,7 +33731,7 @@ Type end; TJSDOMRectReadOnly = class(TJSObject,IJSDOMRectReadOnly) - Private + Protected function _Getx: Double; function _Gety: Double; function _Getwidth: Double; @@ -33773,7 +33773,7 @@ Type end; TJSDOMRectList = class(TJSObject,IJSDOMRectList) - Private + Protected function _Getlength_: Cardinal; Public function item(aIndex: Cardinal): IJSDOMRect; overload; @@ -33795,7 +33795,7 @@ Type end; TJSDOMStringList = class(TJSObject,IJSDOMStringList) - Private + Protected function _Getlength_: Cardinal; Public function item(aIndex: Cardinal): UnicodeString; overload; @@ -33817,7 +33817,7 @@ Type end; TJSDOMStringMap = class(TJSObject,IJSDOMStringMap) - Private + Protected Public function GetDefault(const aName: UnicodeString): UnicodeString; overload; procedure SetDefault(const aName: UnicodeString; const aValue: UnicodeString); overload; @@ -33847,7 +33847,7 @@ Type end; TJSDOMTokenList = class(TJSObject,IJSDOMTokenList) - Private + Protected function _Getlength_: Cardinal; function _Getvalue: UnicodeString; Public @@ -33874,7 +33874,7 @@ Type end; TJSnsIScreen = class(TJSObject,IJSnsIScreen) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsIScreen; @@ -33900,7 +33900,7 @@ Type end; TJSHTMLOrForeignElement = class(TJSObject,IJSHTMLOrForeignElement) - Private + Protected function _Getdataset: IJSDOMStringMap; function _Getautofocus: Boolean; function _GettabIndex: LongInt; @@ -33928,7 +33928,7 @@ Type end; TJSElementCSSInlineStyle = class(TJSObject,IJSElementCSSInlineStyle) - Private + Protected function _Getstyle: IJSCSSStyleDeclaration; Public class function JSClassName: UnicodeString; override; @@ -34116,7 +34116,7 @@ Type end; TJSElementInternals = class(TJSObject,IJSElementInternals) - Private + Protected function _GetshadowRoot: IJSShadowRoot; function _Getform: IJSHTMLFormElement; function _GetwillValidate: Boolean; @@ -34301,7 +34301,7 @@ Type end; TJSCustomStateSet = class(TJSObject,IJSCustomStateSet) - Private + Protected Public procedure add(const aState: UnicodeString); overload; function delete(const aState: UnicodeString): Boolean; overload; @@ -34331,7 +34331,7 @@ Type end; TJSEncodedAudioChunk = class(TJSObject,IJSEncodedAudioChunk) - Private + Protected function _Gettype_: TEncodedAudioChunkType; function _Gettimestamp: Int64; function _Getduration: QWord; @@ -34369,7 +34369,7 @@ Type end; TJSEncodedVideoChunk = class(TJSObject,IJSEncodedVideoChunk) - Private + Protected function _Gettype_: TEncodedVideoChunkType; function _Gettimestamp: Int64; function _Getduration: QWord; @@ -34434,7 +34434,7 @@ Type end; TJSEvent = class(TJSObject,IJSEvent) - Private + Protected function _Gettype_: UnicodeString; function _Gettarget: IJSEventTarget; function _GetcurrentTarget: IJSEventTarget; @@ -34786,7 +34786,7 @@ Type end; TJSGlobalEventHandlers = class(TJSObject,IJSGlobalEventHandlers) - Private + Protected function _Getonabort: TEventHandler; function _Getonblur: TEventHandler; function _Getonfocus: TEventHandler; @@ -35143,7 +35143,7 @@ Type end; TJSWindowEventHandlers = class(TJSObject,IJSWindowEventHandlers) - Private + Protected function _Getonafterprint: TEventHandler; function _Getonbeforeprint: TEventHandler; function _Getonbeforeunload: TOnBeforeUnloadEventHandler; @@ -35215,7 +35215,7 @@ Type end; TJSOnErrorEventHandlerForNodes = class(TJSObject,IJSOnErrorEventHandlerForNodes) - Private + Protected function _Getonerror: TEventHandler; procedure _Setonerror(const aValue: TEventHandler); Public @@ -35236,7 +35236,7 @@ Type end; TJSOnErrorEventHandlerForWindow = class(TJSObject,IJSOnErrorEventHandlerForWindow) - Private + Protected function _Getonerror: TOnErrorEventHandler; procedure _Setonerror(const aValue: TOnErrorEventHandler); Public @@ -35267,7 +35267,7 @@ Type end; TJSEventTarget = class(TJSObject,IJSEventTarget) - Private + Protected Public constructor Create; overload; procedure addEventListener(const aType_: UnicodeString; const aListener: TEventListener; const aOptions: TJSAddEventListenerOptions; aWantsUntrusted: Boolean); overload; @@ -35308,7 +35308,7 @@ Type end; TJSExtensionAlarms = class(TJSObject,IJSExtensionAlarms) - Private + Protected function _GetonAlarm: IJSExtensionEventManager; Public procedure create(const aName: UnicodeString; const aAlarmInfo: Variant); overload; @@ -35341,7 +35341,7 @@ Type end; TJSExtensionGlobalsMixin = class(TJSObject,IJSExtensionGlobalsMixin) - Private + Protected function _Getbrowser: IJSExtensionBrowser; Public class function JSClassName: UnicodeString; override; @@ -35374,7 +35374,7 @@ Type end; TJSExtensionBrowser = class(TJSObject,IJSExtensionBrowser) - Private + Protected function _GetmockExtensionAPI: IJSExtensionMockAPI; function _Getalarms: IJSExtensionAlarms; function _GetbrowserSettings: IJSExtensionBrowserSettings; @@ -35443,7 +35443,7 @@ Type end; TJSExtensionBrowserSettings = class(TJSObject,IJSExtensionBrowserSettings) - Private + Protected function _GetallowPopupsForUserEvents: IJSExtensionSetting; function _GetcacheEnabled: IJSExtensionSetting; function _GetcloseTabsByDoubleClick: IJSExtensionSetting; @@ -35502,7 +35502,7 @@ Type end; TJSExtensionBrowserSettingsColorManagement = class(TJSObject,IJSExtensionBrowserSettingsColorManagement) - Private + Protected function _Getmode: IJSExtensionSetting; function _GetuseNativeSRGB: IJSExtensionSetting; function _GetuseWebRenderCompositor: IJSExtensionSetting; @@ -35524,7 +35524,7 @@ Type end; TJSExtensionDns = class(TJSObject,IJSExtensionDns) - Private + Protected Public function resolve(const aArgs: Variant): Variant{; ToDo:varargs}; overload; class function JSClassName: UnicodeString; override; @@ -35545,7 +35545,7 @@ Type end; TJSExtensionEventManager = class(TJSObject,IJSExtensionEventManager) - Private + Protected Public procedure addListener(const aCallback: TFunction; aListenerOptions: IJSObject); overload; procedure addListener(const aCallback: TFunction); overload; @@ -35577,7 +35577,7 @@ Type end; TJSExtensionMockAPI = class(TJSObject,IJSExtensionMockAPI) - Private + Protected function _GetpropertyAsErrorObject: Variant; function _GetpropertyAsString: UnicodeString; function _GetonTestEvent: IJSExtensionEventManager; @@ -35616,7 +35616,7 @@ Type end; TJSExtensionPort = class(TJSObject,IJSExtensionPort) - Private + Protected function _Getname: UnicodeString; function _Getsender: Variant; function _Geterror: Variant; @@ -35649,7 +35649,7 @@ Type end; TJSExtensionProxy = class(TJSObject,IJSExtensionProxy) - Private + Protected function _GetonRequest: IJSExtensionEventManager; function _GetonError: IJSExtensionEventManager; function _Getsettings: IJSExtensionSetting; @@ -35708,7 +35708,7 @@ Type end; TJSExtensionRuntime = class(TJSObject,IJSExtensionRuntime) - Private + Protected function _GetonStartup: IJSExtensionEventManager; function _GetonInstalled: IJSExtensionEventManager; function _GetonUpdateAvailable: IJSExtensionEventManager; @@ -35773,7 +35773,7 @@ Type end; TJSExtensionScripting = class(TJSObject,IJSExtensionScripting) - Private + Protected Public function executeScript(const aInjection: Variant; const aCallback: TFunction): Variant; overload; function executeScript(const aInjection: Variant): Variant; overload; @@ -35808,7 +35808,7 @@ Type end; TJSExtensionSetting = class(TJSObject,IJSExtensionSetting) - Private + Protected function _GetonChange: IJSExtensionEventManager; Public function get(aDetails: IJSObject; const aCallback: TFunction): Variant; overload; @@ -35853,7 +35853,7 @@ Type end; TJSExtensionTest = class(TJSObject,IJSExtensionTest) - Private + Protected function _GetonMessage: IJSExtensionEventManager; Public procedure withHandlingUserInput(const aCallback: TFunction); overload; @@ -35892,7 +35892,7 @@ Type end; TJSExternal = class(TJSObject,IJSExternal) - Private + Protected Public procedure AddSearchProvider; overload; procedure IsSearchProviderInstalled; overload; @@ -35914,7 +35914,7 @@ Type end; TJSFeaturePolicy = class(TJSObject,IJSFeaturePolicy) - Private + Protected Public function allowsFeature(const aFeature: UnicodeString; const aOrigin: UnicodeString): Boolean; overload; function allowsFeature(const aFeature: UnicodeString): Boolean; overload; @@ -35941,7 +35941,7 @@ Type end; TJSBody = class(TJSObject,IJSBody) - Private + Protected function _GetbodyUsed: Boolean; Public function arrayBuffer: IJSPromise; overload; // Promise @@ -35963,7 +35963,7 @@ Type end; TJSnsIFile = class(TJSObject,IJSnsIFile) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsIFile; @@ -35981,7 +35981,7 @@ Type end; TJSFileList = class(TJSObject,IJSFileList) - Private + Protected function _Getlength_: Cardinal; Public function item(aIndex: Cardinal): IJSFile; overload; @@ -36004,7 +36004,7 @@ Type end; TJSFileReaderSync = class(TJSObject,IJSFileReaderSync) - Private + Protected Public constructor Create; overload; function readAsArrayBuffer(aBlob: IJSBlob): IJSArrayBuffer; overload; @@ -36029,7 +36029,7 @@ Type end; TJSFileSystem = class(TJSObject,IJSFileSystem) - Private + Protected function _Getname: UnicodeString; function _Getroot: IJSFileSystemDirectoryEntry; Public @@ -36049,7 +36049,7 @@ Type end; TJSFileSystemDirectoryIterator = class(TJSObject,IJSFileSystemDirectoryIterator) - Private + Protected Public function next: IJSPromise; overload; // Promise class function JSClassName: UnicodeString; override; @@ -36067,7 +36067,7 @@ Type end; TJSFileSystemDirectoryReader = class(TJSObject,IJSFileSystemDirectoryReader) - Private + Protected Public procedure readEntries(const aSuccessCallback: TFileSystemEntriesCallback; const aErrorCallback: TErrorCallback); overload; procedure readEntries(const aSuccessCallback: TFileSystemEntriesCallback); overload; @@ -36097,7 +36097,7 @@ Type end; TJSFileSystemEntry = class(TJSObject,IJSFileSystemEntry) - Private + Protected function _GetisFile: Boolean; function _GetisDirectory: Boolean; function _Getname: UnicodeString; @@ -36133,7 +36133,7 @@ Type end; TJSFileSystemHandle = class(TJSObject,IJSFileSystemHandle) - Private + Protected function _Getkind: TFileSystemHandleKind; function _Getname: UnicodeString; Public @@ -36172,7 +36172,7 @@ Type end; TJSFileSystemSyncAccessHandle = class(TJSObject,IJSFileSystemSyncAccessHandle) - Private + Protected Public function read(aBuffer: IJSArrayBuffer; const aOptions: TJSFileSystemReadWriteOptions): QWord; overload; function read(aBuffer: IJSArrayBufferView; const aOptions: TJSFileSystemReadWriteOptions): QWord; overload; @@ -36245,7 +36245,7 @@ Type end; TJSFontFace = class(TJSObject,IJSFontFace) - Private + Protected function _Getfamily: UTF8String; function _Getstyle: UTF8String; function _Getweight: UTF8String; @@ -36309,7 +36309,7 @@ Type end; TJSFontFaceSetIterator = class(TJSObject,IJSFontFaceSetIterator) - Private + Protected Public function next: TJSFontFaceSetIteratorResult; overload; class function JSClassName: UnicodeString; override; @@ -36327,7 +36327,7 @@ Type end; TJSFontFaceSource = class(TJSObject,IJSFontFaceSource) - Private + Protected function _Getfonts: IJSFontFaceSet; Public class function JSClassName: UnicodeString; override; @@ -36356,7 +36356,7 @@ Type end; TJSFormData = class(TJSObject,IJSFormData) - Private + Protected Public constructor Create(aForm: IJSHTMLFormElement; aSubmitter: IJSHTMLElement); overload; constructor Create; overload; @@ -36384,7 +36384,7 @@ Type end; TJSFragmentDirective = class(TJSObject,IJSFragmentDirective) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSFragmentDirective; @@ -36405,7 +36405,7 @@ Type end; TJSGamepadButton = class(TJSObject,IJSGamepadButton) - Private + Protected function _Getpressed: Boolean; function _Gettouched: Boolean; function _Getvalue: Double; @@ -36456,7 +36456,7 @@ Type end; TJSGamepad = class(TJSObject,IJSGamepad) - Private + Protected function _Getid: UnicodeString; function _Getindex: LongInt; function _Getmapping: TGamepadMappingType; @@ -36500,7 +36500,7 @@ Type end; TJSGamepadHapticActuator = class(TJSObject,IJSGamepadHapticActuator) - Private + Protected function _Gettype_: TGamepadHapticActuatorType; Public function pulse(aValue: Double; aDuration: Double): IJSPromise; overload; // Promise @@ -36521,7 +36521,7 @@ Type end; TJSGamepadLightIndicator = class(TJSObject,IJSGamepadLightIndicator) - Private + Protected function _Gettype_: TGamepadLightIndicatorType; Public function setColor(const aColor: TJSGamepadLightColor): IJSPromise; overload; // Promise @@ -36555,7 +36555,7 @@ Type end; TJSGamepadPose = class(TJSObject,IJSGamepadPose) - Private + Protected function _GethasOrientation: Boolean; function _GethasPosition: Boolean; function _Getposition: IJSFloat32Array; @@ -36603,7 +36603,7 @@ Type end; TJSGamepadServiceTest = class(TJSObject,IJSGamepadServiceTest) - Private + Protected function _GetnoMapping: TGamepadMappingType; function _GetstandardMapping: TGamepadMappingType; function _GetnoHand: TGamepadHand; @@ -36643,7 +36643,7 @@ Type end; TJSGamepadTouch = class(TJSObject,IJSGamepadTouch) - Private + Protected function _GettouchId: Cardinal; function _GetsurfaceId: Byte; function _Getposition: IJSFloat32Array; @@ -36670,7 +36670,7 @@ Type end; TJSGenericTransformStream = class(TJSObject,IJSGenericTransformStream) - Private + Protected function _Getreadable: IJSReadableStream; function _Getwritable: IJSWritableStream; Public @@ -36696,7 +36696,7 @@ Type end; TJSGeolocation = class(TJSObject,IJSGeolocation) - Private + Protected Public procedure getCurrentPosition(const aSuccessCallback: TPositionCallback; const aErrorCallback: TPositionErrorCallback; const aOptions: TJSPositionOptions); overload; procedure getCurrentPosition(const aSuccessCallback: TPositionCallback); overload; @@ -36732,7 +36732,7 @@ Type end; TJSGeolocationCoordinates = class(TJSObject,IJSGeolocationCoordinates) - Private + Protected function _Getlatitude: Double; function _Getlongitude: Double; function _Getaltitude: Double; @@ -36765,7 +36765,7 @@ Type end; TJSGeolocationPosition = class(TJSObject,IJSGeolocationPosition) - Private + Protected function _Getcoords: IJSGeolocationCoordinates; function _Gettimestamp: TEpochTimeStamp; Public @@ -36788,7 +36788,7 @@ Type end; TJSGeolocationPositionError = class(TJSObject,IJSGeolocationPositionError) - Private + Protected function _Getcode: Word; function _Getmessage: UnicodeString; Public @@ -36834,7 +36834,7 @@ Type end; TJSGeometryUtils = class(TJSObject,IJSGeometryUtils) - Private + Protected Public function getBoxQuads(const aOptions: TJSBoxQuadOptions): TJSDOMQuadDynArray; overload; function getBoxQuads: TJSDOMQuadDynArray; overload; @@ -36869,7 +36869,7 @@ Type end; TJSnsIMediaDevice = class(TJSObject,IJSnsIMediaDevice) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsIMediaDevice; @@ -36905,7 +36905,7 @@ Type end; TJSGetUserMediaRequest = class(TJSObject,IJSGetUserMediaRequest) - Private + Protected function _Gettype_: TGetUserMediaRequestType; function _GetwindowID: QWord; function _GetinnerWindowID: QWord; @@ -36941,7 +36941,7 @@ Type end; TJSGleanCategory = class(TJSObject,IJSGleanCategory) - Private + Protected Public function GetDefault(const aIdentifier: UnicodeString): IJSGleanMetric; overload; class function JSClassName: UnicodeString; override; @@ -36958,7 +36958,7 @@ Type end; TJSGleanImpl = class(TJSObject,IJSGleanImpl) - Private + Protected Public function GetDefault(const aIdentifier: UnicodeString): IJSGleanCategory; overload; class function JSClassName: UnicodeString; override; @@ -36975,7 +36975,7 @@ Type end; TJSGleanLabeled = class(TJSObject,IJSGleanLabeled) - Private + Protected Public function GetDefault(const aIdentifier: UnicodeString): IJSGleanMetric; overload; class function JSClassName: UnicodeString; override; @@ -36991,7 +36991,7 @@ Type end; TJSGleanMetric = class(TJSObject,IJSGleanMetric) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSGleanMetric; @@ -37006,7 +37006,7 @@ Type end; TJSnsIGleanPing = class(TJSObject,IJSnsIGleanPing) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsIGleanPing; @@ -37022,7 +37022,7 @@ Type end; TJSGleanPingsImpl = class(TJSObject,IJSGleanPingsImpl) - Private + Protected Public function GetDefault(const aIdentifier: UnicodeString): IJSnsIGleanPing; overload; class function JSClassName: UnicodeString; override; @@ -37046,7 +37046,7 @@ Type end; TJSHeaders = class(TJSObject,IJSHeaders) - Private + Protected Public constructor Create(aInit: IJSObject); overload; constructor Create; overload; @@ -37079,7 +37079,7 @@ Type end; TJSHighlight = class(TJSObject,IJSHighlight) - Private + Protected function _Getpriority: LongInt; function _Gettype_: THighlightType; procedure _Setpriority(const aValue: LongInt); @@ -37114,7 +37114,7 @@ Type end; TJSHighlightRegistry = class(TJSObject,IJSHighlightRegistry) - Private + Protected function _Getsize : LongInt; Public function get(key: UnicodeString) : TJSHighlight; @@ -37154,7 +37154,7 @@ Type end; TJSHistory = class(TJSObject,IJSHistory) - Private + Protected function _Getlength_: Cardinal; function _GetscrollRestoration: TScrollRestoration; function _Getstate: Variant; @@ -37199,7 +37199,7 @@ Type end; TJSHTMLAllCollection = class(TJSObject,IJSHTMLAllCollection) - Private + Protected function _Getlength_: Cardinal; Public function GetDefault(aIndex: Cardinal): IJSElement; overload; @@ -37226,7 +37226,7 @@ Type end; TJSHTMLCollection = class(TJSObject,IJSHTMLCollection) - Private + Protected function _Getlength_: Cardinal; Public function item(aIndex: Cardinal): IJSElement; overload; @@ -37257,7 +37257,7 @@ Type end; TJSTouchEventHandlers = class(TJSObject,IJSTouchEventHandlers) - Private + Protected function _Getontouchstart: TEventHandler; function _Getontouchend: TEventHandler; function _Getontouchmove: TEventHandler; @@ -37315,7 +37315,7 @@ Type end; TJSHTMLHyperlinkElementUtils = class(TJSObject,IJSHTMLHyperlinkElementUtils) - Private + Protected function _Gethref: UnicodeString; function _Getorigin: UnicodeString; function _Getprotocol: UnicodeString; @@ -37361,7 +37361,7 @@ Type end; TJSimgINotificationObserver = class(TJSObject,IJSimgINotificationObserver) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSimgINotificationObserver; @@ -37376,7 +37376,7 @@ Type end; TJSimgIRequest = class(TJSObject,IJSimgIRequest) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSimgIRequest; @@ -37391,7 +37391,7 @@ Type end; TJSnsIStreamListener = class(TJSObject,IJSnsIStreamListener) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsIStreamListener; @@ -37406,7 +37406,7 @@ Type end; TJSMozImageLoadingContent = class(TJSObject,IJSMozImageLoadingContent) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSMozImageLoadingContent; @@ -37421,7 +37421,7 @@ Type end; TJSXULControllers = class(TJSObject,IJSXULControllers) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSXULControllers; @@ -37437,7 +37437,7 @@ Type end; TJSMozEditableElement = class(TJSObject,IJSMozEditableElement) - Private + Protected Public procedure setUserInput(const aInput: UnicodeString); overload; class function JSClassName: UnicodeString; override; @@ -37453,7 +37453,7 @@ Type end; TJSMozObjectLoadingContent = class(TJSObject,IJSMozObjectLoadingContent) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSMozObjectLoadingContent; @@ -37468,7 +37468,7 @@ Type end; TJSnsIEditor = class(TJSObject,IJSnsIEditor) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsIEditor; @@ -37501,7 +37501,7 @@ Type end; TJSIDBCursor = class(TJSObject,IJSIDBCursor) - Private + Protected function _Getsource: TIDBCursor_source_Type; function _Getdirection: TIDBCursorDirection; function _Getkey: Variant; @@ -37539,7 +37539,7 @@ Type end; TJSIDBFactory = class(TJSObject,IJSIDBFactory) - Private + Protected Public function open(const aName: UnicodeString; aVersion: QWord): IJSIDBOpenDBRequest; overload; function open(const aName: UnicodeString; const aOptions: TJSIDBOpenDBOptions): IJSIDBOpenDBRequest; overload; @@ -37592,7 +37592,7 @@ Type end; TJSIDBIndex = class(TJSObject,IJSIDBIndex) - Private + Protected function _Getname: UnicodeString; function _GetobjectStore: IJSIDBObjectStore; function _GetkeyPath: Variant; @@ -37647,7 +37647,7 @@ Type end; TJSIDBKeyRange = class(TJSObject,IJSIDBKeyRange) - Private + Protected function _Getlower: Variant; function _Getupper: Variant; function _GetlowerOpen: Boolean; @@ -37720,7 +37720,7 @@ Type end; TJSIDBObjectStore = class(TJSObject,IJSIDBObjectStore) - Private + Protected function _Getname: UnicodeString; function _GetkeyPath: Variant; function _GetindexNames: IJSDOMStringList; @@ -37777,7 +37777,7 @@ Type end; TJSIdleDeadline = class(TJSObject,IJSIdleDeadline) - Private + Protected function _GetdidTimeout: Boolean; Public function timeRemaining: TDOMHighResTimeStamp; overload; @@ -37800,7 +37800,7 @@ Type end; TJSImageBitmap = class(TJSObject,IJSImageBitmap) - Private + Protected function _Getwidth: Cardinal; function _Getheight: Cardinal; Public @@ -37824,7 +37824,7 @@ Type end; TJSImageBitmapRenderingContext = class(TJSObject,IJSImageBitmapRenderingContext) - Private + Protected function _Getcanvas: TCanvasSource; Public procedure transferFromImageBitmap(aBitmap: IJSImageBitmap); overload; @@ -37847,7 +37847,7 @@ Type end; TJSImageCaptureError = class(TJSObject,IJSImageCaptureError) - Private + Protected function _Getcode: Word; function _Getmessage: UnicodeString; Public @@ -37878,7 +37878,7 @@ Type end; TJSImageData = class(TJSObject,IJSImageData) - Private + Protected function _Getwidth: Cardinal; function _Getheight: Cardinal; function _Getdata: IJSUint8ClampedArray; @@ -37916,7 +37916,7 @@ Type end; TJSIntersectionObserverEntry = class(TJSObject,IJSIntersectionObserverEntry) - Private + Protected function _Gettime: TDOMHighResTimeStamp; function _GetrootBounds: IJSDOMRectReadOnly; function _GetboundingClientRect: IJSDOMRectReadOnly; @@ -37955,7 +37955,7 @@ Type end; TJSIntersectionObserver = class(TJSObject,IJSIntersectionObserver) - Private + Protected function _Getroot: IJSNode; function _GetrootMargin: UTF8String; function _Getthresholds: TDoubleDynArray; @@ -37985,7 +37985,7 @@ Type end; TJSIntlUtils = class(TJSObject,IJSIntlUtils) - Private + Protected Public function getDisplayNames(const aLocales: TUnicodeStringDynArray; const aOptions: TJSDisplayNameOptions): TJSDisplayNameResult; overload; function getDisplayNames(const aLocales: TUnicodeStringDynArray): TJSDisplayNameResult; overload; @@ -38009,7 +38009,7 @@ Type end; TJSInvokerElement = class(TJSObject,IJSInvokerElement) - Private + Protected function _GetinvokeTargetElement: IJSElement; function _GetinvokeAction: UnicodeString; procedure _SetinvokeTargetElement(const aValue: IJSElement); @@ -38040,7 +38040,7 @@ Type end; TJSKeyEventMixin = class(TJSObject,IJSKeyEventMixin) - Private + Protected Public Const DOM_VK_CANCEL = $03; @@ -38255,7 +38255,7 @@ Type end; TJSLinkStyle = class(TJSObject,IJSLinkStyle) - Private + Protected function _Getsheet: IJSStyleSheet; Public class function JSClassName: UnicodeString; override; @@ -38287,7 +38287,7 @@ Type end; TJSLocalization = class(TJSObject,IJSLocalization) - Private + Protected Public constructor Create(const aAResourceIds: TDOMStringDynArray; aASync: Boolean; aARegistry: IJSObject; const aALocales: TUTF8StringDynArray); overload; constructor Create(const aAResourceIds: TDOMStringDynArray); overload; @@ -38346,7 +38346,7 @@ Type end; TJSLocation = class(TJSObject,IJSLocation) - Private + Protected function _Gethref: UnicodeString; function _Getorigin: UnicodeString; function _Getprotocol: UnicodeString; @@ -38394,7 +38394,7 @@ Type end; TJSLock = class(TJSObject,IJSLock) - Private + Protected function _Getname: UnicodeString; function _Getmode: TLockMode; Public @@ -38416,7 +38416,7 @@ Type end; TJSLockManager = class(TJSObject,IJSLockManager) - Private + Protected Public function request(const aName: UnicodeString; const aCallback: TLockGrantedCallback): IJSPromise; overload; // Promise function request(const aName: UnicodeString; const aOptions: TJSLockOptions; const aCallback: TLockGrantedCallback): IJSPromise; overload; // Promise @@ -38440,7 +38440,7 @@ Type end; TJSMediaCapabilitiesInfo = class(TJSObject,IJSMediaCapabilitiesInfo) - Private + Protected function _Getsupported: Boolean; function _Getsmooth: Boolean; function _GetpowerEfficient: Boolean; @@ -38463,7 +38463,7 @@ Type end; TJSMediaCapabilities = class(TJSObject,IJSMediaCapabilities) - Private + Protected Public function decodingInfo(const aConfiguration: TJSMediaDecodingConfiguration): IJSPromise; overload; // Promise function encodingInfo(const aConfiguration: TJSMediaEncodingConfiguration): IJSPromise; overload; // Promise @@ -38489,7 +38489,7 @@ Type end; TJSMediaDeviceInfo = class(TJSObject,IJSMediaDeviceInfo) - Private + Protected function _GetdeviceId: UnicodeString; function _Getkind: TMediaDeviceKind; function _Getlabel_: UnicodeString; @@ -38517,7 +38517,7 @@ Type end; TJSMediaError = class(TJSObject,IJSMediaError) - Private + Protected function _Getcode: Word; function _Getmessage: UnicodeString; Public @@ -38549,7 +38549,7 @@ Type end; TJSMediaKeys = class(TJSObject,IJSMediaKeys) - Private + Protected function _GetkeySystem: UnicodeString; Public function createSession(aSessionType: TMediaKeySessionType): IJSMediaKeySession; overload; @@ -38578,7 +38578,7 @@ Type end; TJSMediaKeyStatusMap = class(TJSObject,IJSMediaKeyStatusMap) - Private + Protected function _Getsize: Cardinal; Public function has(aKeyId: IJSBufferSource): Boolean; overload; @@ -38601,7 +38601,7 @@ Type end; TJSMediaKeySystemAccess = class(TJSObject,IJSMediaKeySystemAccess) - Private + Protected function _GetkeySystem: UnicodeString; Public function getConfiguration: TJSMediaKeySystemConfiguration; overload; @@ -38627,7 +38627,7 @@ Type end; TJSMediaList = class(TJSObject,IJSMediaList) - Private + Protected function _GetmediaText: UTF8String; function _Getlength_: Cardinal; Public @@ -38658,7 +38658,7 @@ Type end; TJSMediaSession = class(TJSObject,IJSMediaSession) - Private + Protected function _Getmetadata: IJSMediaMetadata; function _GetplaybackState: TMediaSessionPlaybackState; procedure _Setmetadata(const aValue: IJSMediaMetadata); @@ -38694,7 +38694,7 @@ Type end; TJSMediaMetadata = class(TJSObject,IJSMediaMetadata) - Private + Protected function _Gettitle: UnicodeString; function _Getartist: UnicodeString; function _Getalbum: UnicodeString; @@ -38729,7 +38729,7 @@ Type end; TJSMediaStreamError = class(TJSObject,IJSMediaStreamError) - Private + Protected function _Getname: UnicodeString; function _Getmessage: UnicodeString; function _Getconstraint: UnicodeString; @@ -38754,7 +38754,7 @@ Type end; TJSMessageChannel = class(TJSObject,IJSMessageChannel) - Private + Protected function _Getport1: IJSMessagePort; function _Getport2: IJSMessagePort; Public @@ -38781,7 +38781,7 @@ Type end; TJSMIDIInputMap = class(TJSObject,IJSMIDIInputMap) - Private + Protected function _Getsize : LongInt; Public function get(key: UnicodeString) : TJSMIDIInput; @@ -38810,7 +38810,7 @@ Type end; TJSMIDIOutputMap = class(TJSObject,IJSMIDIOutputMap) - Private + Protected function _Getsize : LongInt; Public function get(key: UnicodeString) : TJSMIDIOutput; @@ -38840,7 +38840,7 @@ Type end; TJSMimeType = class(TJSObject,IJSMimeType) - Private + Protected function _Gettype_: UnicodeString; function _Getdescription: UnicodeString; function _Getsuffixes: UnicodeString; @@ -38867,7 +38867,7 @@ Type end; TJSMimeTypeArray = class(TJSObject,IJSMimeTypeArray) - Private + Protected function _Getlength_: Cardinal; Public function item(aIndex: Cardinal): IJSMimeType; overload; @@ -38886,7 +38886,7 @@ Type end; TJSMozFrameLoaderOwner = class(TJSObject,IJSMozFrameLoaderOwner) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSMozFrameLoaderOwner; @@ -38919,7 +38919,7 @@ Type end; TJSMutationRecord = class(TJSObject,IJSMutationRecord) - Private + Protected function _Gettype_: UnicodeString; function _Gettarget: IJSNode; function _GetaddedNodes: IJSNodeList; @@ -38956,7 +38956,7 @@ Type end; TJSMutationObserver = class(TJSObject,IJSMutationObserver) - Private + Protected Public constructor Create(const aMutationCallback: TMutationCallback); overload; procedure observe(aTarget: IJSNode; const aOptions: TJSMutationObserverInit); overload; @@ -38985,7 +38985,7 @@ Type end; TJSNamedNodeMap = class(TJSObject,IJSNamedNodeMap) - Private + Protected function _Getlength_: Cardinal; Public function getNamedItem(const aName: UnicodeString): IJSAttr; overload; @@ -39013,7 +39013,7 @@ Type end; TJSNavigationPreloadManager = class(TJSObject,IJSNavigationPreloadManager) - Private + Protected Public function enable: IJSPromise; overload; // Promise function disable: IJSPromise; overload; // Promise @@ -39142,7 +39142,7 @@ Type end; TJSNavigator = class(TJSObject,IJSNavigator) - Private + Protected function _Getpermissions: IJSPermissions; function _GetmimeTypes: IJSMimeTypeArray; function _Getplugins: IJSPluginArray; @@ -39276,7 +39276,7 @@ Type end; TJSNavigatorID = class(TJSObject,IJSNavigatorID) - Private + Protected function _GetappCodeName: UnicodeString; function _GetappName: UnicodeString; function _GetappVersion: UnicodeString; @@ -39308,7 +39308,7 @@ Type end; TJSNavigatorLanguage = class(TJSObject,IJSNavigatorLanguage) - Private + Protected function _Getlanguage: UnicodeString; function _Getlanguages: TUnicodeStringDynArray; Public @@ -39329,7 +39329,7 @@ Type end; TJSNavigatorOnLine = class(TJSObject,IJSNavigatorOnLine) - Private + Protected function _GetonLine: Boolean; Public class function JSClassName: UnicodeString; override; @@ -39347,7 +39347,7 @@ Type end; TJSNavigatorContentUtils = class(TJSObject,IJSNavigatorContentUtils) - Private + Protected Public procedure registerProtocolHandler(const aScheme: UnicodeString; const aUrl: UnicodeString); overload; class function JSClassName: UnicodeString; override; @@ -39365,7 +39365,7 @@ Type end; TJSNavigatorStorage = class(TJSObject,IJSNavigatorStorage) - Private + Protected function _Getstorage: IJSStorageManager; Public class function JSClassName: UnicodeString; override; @@ -39382,7 +39382,7 @@ Type end; TJSNavigatorStorageUtils = class(TJSObject,IJSNavigatorStorageUtils) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSNavigatorStorageUtils; @@ -39399,7 +39399,7 @@ Type end; TJSGlobalPrivacyControl = class(TJSObject,IJSGlobalPrivacyControl) - Private + Protected function _GetglobalPrivacyControl: Boolean; Public class function JSClassName: UnicodeString; override; @@ -39418,7 +39418,7 @@ Type end; TJSNavigatorGeolocation = class(TJSObject,IJSNavigatorGeolocation) - Private + Protected function _Getgeolocation: IJSGeolocation; Public class function JSClassName: UnicodeString; override; @@ -39437,7 +39437,7 @@ Type end; TJSNavigatorConcurrentHardware = class(TJSObject,IJSNavigatorConcurrentHardware) - Private + Protected function _GethardwareConcurrency: QWord; Public class function JSClassName: UnicodeString; override; @@ -39456,7 +39456,7 @@ Type end; TJSNavigatorAutomationInformation = class(TJSObject,IJSNavigatorAutomationInformation) - Private + Protected function _Getwebdriver: Boolean; Public class function JSClassName: UnicodeString; override; @@ -39475,7 +39475,7 @@ Type end; TJSNavigatorLocks = class(TJSObject,IJSNavigatorLocks) - Private + Protected function _Getlocks: IJSLockManager; Public class function JSClassName: UnicodeString; override; @@ -39505,7 +39505,7 @@ Type end; TJSNodeIterator = class(TJSObject,IJSNodeIterator) - Private + Protected function _Getroot: IJSNode; function _GetreferenceNode: IJSNode; function _GetpointerBeforeReferenceNode: Boolean; @@ -39536,7 +39536,7 @@ Type end; TJSNodeList = class(TJSObject,IJSNodeList) - Private + Protected function _Getlength_: Cardinal; Public function item(aIndex: Cardinal): IJSNode; overload; @@ -39555,7 +39555,7 @@ Type end; TJSNonElementParentNode = class(TJSObject,IJSNonElementParentNode) - Private + Protected Public function getElementById(const aElementId: UnicodeString): IJSElement; overload; class function JSClassName: UnicodeString; override; @@ -39736,7 +39736,7 @@ Type end; TJSOffscreenCanvasRenderingContext2D = class(TJSObject,IJSOffscreenCanvasRenderingContext2D) - Private + Protected function _Getcanvas: IJSOffscreenCanvas; function _GetglobalAlpha: Double; function _GetglobalCompositeOperation: UnicodeString; @@ -39920,7 +39920,7 @@ Type end; TJSPaintRequest = class(TJSObject,IJSPaintRequest) - Private + Protected function _GetclientRect: IJSDOMRect; function _Getreason: UnicodeString; Public @@ -39942,7 +39942,7 @@ Type end; TJSPaintRequestList = class(TJSObject,IJSPaintRequestList) - Private + Protected function _Getlength_: Cardinal; Public function item(aIndex: Cardinal): IJSPaintRequest; overload; @@ -39982,7 +39982,7 @@ Type end; TJSParentNode = class(TJSObject,IJSParentNode) - Private + Protected function _Getchildren: IJSHTMLCollection; function _GetfirstElementChild: IJSElement; function _GetlastElementChild: IJSElement; @@ -40036,7 +40036,7 @@ Type end; TJSPaymentAddress = class(TJSObject,IJSPaymentAddress) - Private + Protected function _Getcountry: UnicodeString; function _GetaddressLine: TUnicodeStringDynArray; function _Getregion: UnicodeString; @@ -40083,7 +40083,7 @@ Type end; TJSPerformanceEntry = class(TJSObject,IJSPerformanceEntry) - Private + Protected function _Getname: UnicodeString; function _GetentryType: UnicodeString; function _GetstartTime: TDOMHighResTimeStamp; @@ -40114,7 +40114,7 @@ Type end; TJSEventCounts = class(TJSObject,IJSEventCounts) - Private + Protected function _Getsize : LongInt; Public function get(key: UnicodeString) : QWord; @@ -40141,7 +40141,7 @@ Type end; TJSPerformanceNavigation = class(TJSObject,IJSPerformanceNavigation) - Private + Protected function _Gettype_: Word; function _GetredirectCount: Word; Public @@ -40173,7 +40173,7 @@ Type end; TJSPerformanceObserver = class(TJSObject,IJSPerformanceObserver) - Private + Protected function _GetsupportedEntryTypes: IJSObject; Public constructor Create(const aCallback: TPerformanceObserverCallback); overload; @@ -40200,7 +40200,7 @@ Type end; TJSPerformanceObserverEntryList = class(TJSObject,IJSPerformanceObserverEntryList) - Private + Protected Public function getEntries(const aFilter: TJSPerformanceEntryFilterOptions): TPerformanceEntryListDynArray; overload; function getEntries: TPerformanceEntryListDynArray; overload; @@ -40227,7 +40227,7 @@ Type end; TJSPerformanceServerTiming = class(TJSObject,IJSPerformanceServerTiming) - Private + Protected function _Getname: UnicodeString; function _Getduration: TDOMHighResTimeStamp; function _Getdescription: UnicodeString; @@ -40300,7 +40300,7 @@ Type end; TJSPerformanceTiming = class(TJSObject,IJSPerformanceTiming) - Private + Protected function _GetnavigationStart: QWord; function _GetunloadEventStart: QWord; function _GetunloadEventEnd: QWord; @@ -40366,7 +40366,7 @@ Type end; TJSPeriodicWave = class(TJSObject,IJSPeriodicWave) - Private + Protected Public constructor Create(aContext: IJSBaseAudioContext; const aOptions: TJSPeriodicWaveOptions); overload; constructor Create(aContext: IJSBaseAudioContext); overload; @@ -40384,7 +40384,7 @@ Type end; TJSPermissions = class(TJSObject,IJSPermissions) - Private + Protected Public function query(aPermission: IJSObject): IJSPromise; overload; // Promise class function JSClassName: UnicodeString; override; @@ -40410,7 +40410,7 @@ Type end; TJSPlugin = class(TJSObject,IJSPlugin) - Private + Protected function _Getdescription: UnicodeString; function _Getfilename: UnicodeString; function _Getname: UnicodeString; @@ -40440,7 +40440,7 @@ Type end; TJSPluginArray = class(TJSObject,IJSPluginArray) - Private + Protected function _Getlength_: Cardinal; Public procedure refresh; overload; @@ -40466,7 +40466,7 @@ Type end; TJSPopoverInvokerElement = class(TJSObject,IJSPopoverInvokerElement) - Private + Protected function _GetpopoverTargetElement: IJSElement; function _GetpopoverTargetAction: UnicodeString; procedure _SetpopoverTargetElement(const aValue: IJSElement); @@ -40487,7 +40487,7 @@ Type end; TJSPromiseNativeHandler = class(TJSObject,IJSPromiseNativeHandler) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSPromiseNativeHandler; @@ -40507,7 +40507,7 @@ Type end; TJSPushManager = class(TJSObject,IJSPushManager) - Private + Protected Public function subscribe(const aOptions: TJSPushSubscriptionOptionsInit): IJSPromise; overload; // Promise function subscribe: IJSPromise; overload; // Promise @@ -40531,7 +40531,7 @@ Type end; TJSPushMessageData = class(TJSObject,IJSPushMessageData) - Private + Protected Public function arrayBuffer: IJSArrayBuffer; overload; function blob: IJSBlob; overload; @@ -40559,7 +40559,7 @@ Type end; TJSPushSubscription = class(TJSObject,IJSPushSubscription) - Private + Protected function _Getendpoint: UnicodeString; function _Getoptions: IJSPushSubscriptionOptions; function _GetexpirationTime: TEpochTimeStamp; @@ -40585,7 +40585,7 @@ Type end; TJSPushSubscriptionOptions = class(TJSObject,IJSPushSubscriptionOptions) - Private + Protected function _GetapplicationServerKey: IJSArrayBuffer; Public class function JSClassName: UnicodeString; override; @@ -40606,7 +40606,7 @@ Type end; TJSCountQueuingStrategy = class(TJSObject,IJSCountQueuingStrategy) - Private + Protected function _GethighWaterMark: Double; function _Getsize: TFunction; Public @@ -40630,7 +40630,7 @@ Type end; TJSByteLengthQueuingStrategy = class(TJSObject,IJSByteLengthQueuingStrategy) - Private + Protected function _GethighWaterMark: Double; function _Getsize: TFunction; Public @@ -40658,7 +40658,7 @@ Type end; TJSReadableByteStreamController = class(TJSObject,IJSReadableByteStreamController) - Private + Protected function _GetbyobRequest: IJSReadableStreamBYOBRequest; function _GetdesiredSize: Double; Public @@ -40694,7 +40694,7 @@ Type end; TJSReadableStream = class(TJSObject,IJSReadableStream) - Private + Protected function _Getlocked: Boolean; Public constructor Create(aUnderlyingSource: IJSObject; const aStrategy: TJSQueuingStrategy); overload; @@ -40728,7 +40728,7 @@ Type end; TJSReadableStreamBYOBRequest = class(TJSObject,IJSReadableStreamBYOBRequest) - Private + Protected function _Getview: IJSArrayBufferView; Public procedure respond(aBytesWritten: QWord); overload; @@ -40754,7 +40754,7 @@ Type end; TJSReadableStreamDefaultController = class(TJSObject,IJSReadableStreamDefaultController) - Private + Protected function _GetdesiredSize: Double; Public procedure close; overload; @@ -40780,7 +40780,7 @@ Type end; TJSReadableStreamGenericReader = class(TJSObject,IJSReadableStreamGenericReader) - Private + Protected function _Getclosed: IJSPromise; Public function cancel(const aReason: Variant): IJSPromise; overload; // Promise @@ -40800,7 +40800,7 @@ Type end; TJSReportBody = class(TJSObject,IJSReportBody) - Private + Protected Public function toJSON: IJSObject; overload; class function JSClassName: UnicodeString; override; @@ -40823,7 +40823,7 @@ Type end; TJSReport = class(TJSObject,IJSReport) - Private + Protected function _Gettype_: UnicodeString; function _Geturl: UnicodeString; function _Getbody: IJSReportBody; @@ -40848,7 +40848,7 @@ Type end; TJSReportingObserver = class(TJSObject,IJSReportingObserver) - Private + Protected Public constructor Create(const aCallback: TReportingObserverCallback; const aOptions: TJSReportingObserverOptions); overload; constructor Create(const aCallback: TReportingObserverCallback); overload; @@ -40871,7 +40871,7 @@ Type end; TJSTestingDeprecatedInterface = class(TJSObject,IJSTestingDeprecatedInterface) - Private + Protected function _GetdeprecatedAttribute: Boolean; Public constructor Create; overload; @@ -40894,7 +40894,7 @@ Type end; TJSResizeObserver = class(TJSObject,IJSResizeObserver) - Private + Protected Public constructor Create(const aCallback: TResizeObserverCallback); overload; procedure observe(aTarget: IJSElement; const aOptions: TJSResizeObserverOptions); overload; @@ -40925,7 +40925,7 @@ Type end; TJSResizeObserverEntry = class(TJSObject,IJSResizeObserverEntry) - Private + Protected function _Gettarget: IJSElement; function _GetcontentRect: IJSDOMRectReadOnly; function _GetborderBoxSize: TJSResizeObserverSizeDynArray; @@ -40954,7 +40954,7 @@ Type end; TJSResizeObserverSize = class(TJSObject,IJSResizeObserverSize) - Private + Protected function _GetinlineSize: Double; function _GetblockSize: Double; Public @@ -40999,7 +40999,7 @@ Type end; TJSResponse = class(TJSObject,IJSResponse) - Private + Protected function _Gettype_: TResponseType; function _Geturl: UnicodeString; function _Getredirected: Boolean; @@ -41058,7 +41058,7 @@ Type end; TJSRTCCertificate = class(TJSObject,IJSRTCCertificate) - Private + Protected function _Getexpires: TDOMTimeStamp; Public class function JSClassName: UnicodeString; override; @@ -41081,7 +41081,7 @@ Type end; TJSRTCEncodedAudioFrame = class(TJSObject,IJSRTCEncodedAudioFrame) - Private + Protected function _Gettimestamp: Cardinal; function _Getdata: IJSArrayBuffer; procedure _Setdata(const aValue: IJSArrayBuffer); @@ -41110,7 +41110,7 @@ Type end; TJSRTCEncodedVideoFrame = class(TJSObject,IJSRTCEncodedVideoFrame) - Private + Protected function _Gettype_: TRTCEncodedVideoFrameType; function _Gettimestamp: Cardinal; function _Getdata: IJSArrayBuffer; @@ -41162,7 +41162,7 @@ Type end; TJSRTCIceCandidate = class(TJSObject,IJSRTCIceCandidate) - Private + Protected function _Getcandidate: UnicodeString; function _GetsdpMid: UnicodeString; function _GetsdpMLineIndex: Word; @@ -41209,7 +41209,7 @@ Type end; TJSRTCIdentityProviderRegistrar = class(TJSObject,IJSRTCIdentityProviderRegistrar) - Private + Protected Public procedure register(const aIdp: TJSRTCIdentityProvider); overload; class function JSClassName: UnicodeString; override; @@ -41241,7 +41241,7 @@ Type end; TJSRTCRtpReceiver = class(TJSObject,IJSRTCRtpReceiver) - Private + Protected function _Gettrack: IJSMediaStreamTrack; function _Gettransport: IJSRTCDtlsTransport; function _GetjitterBufferTarget: TDOMHighResTimeStamp; @@ -41270,7 +41270,7 @@ Type end; TJSRTCRtpScriptTransform = class(TJSObject,IJSRTCRtpScriptTransform) - Private + Protected Public constructor Create(aWorker: IJSWorker; const aOptions: Variant; const aTransfer: TIJSObjectDynArray); overload; constructor Create(aWorker: IJSWorker); overload; @@ -41297,7 +41297,7 @@ Type end; TJSRTCRtpScriptTransformer = class(TJSObject,IJSRTCRtpScriptTransformer) - Private + Protected function _Getreadable: IJSReadableStream; function _Getwritable: IJSWritableStream; function _Getoptions: Variant; @@ -41335,7 +41335,7 @@ Type end; TJSRTCRtpSender = class(TJSObject,IJSRTCRtpSender) - Private + Protected function _Gettrack: IJSMediaStreamTrack; function _Gettransport: IJSRTCDtlsTransport; function _Getdtmf: IJSRTCDTMFSender; @@ -41379,7 +41379,7 @@ Type end; TJSRTCRtpTransceiver = class(TJSObject,IJSRTCRtpTransceiver) - Private + Protected function _Getmid: UnicodeString; function _Getsender: IJSRTCRtpSender; function _Getreceiver: IJSRTCRtpReceiver; @@ -41415,7 +41415,7 @@ Type end; TJSRTCSessionDescription = class(TJSObject,IJSRTCSessionDescription) - Private + Protected function _Gettype_: TRTCSdpType; function _Getsdp: UnicodeString; procedure _Settype_(const aValue: TRTCSdpType); @@ -41445,7 +41445,7 @@ Type end; TJSRTCStatsReport = class(TJSObject,IJSRTCStatsReport) - Private + Protected function _Getsize : LongInt; Public function get(key: UnicodeString) : IJSObject; @@ -41469,7 +41469,7 @@ Type end; TJSSanitizer = class(TJSObject,IJSSanitizer) - Private + Protected Public constructor Create(const aSanitizerConfig: TJSSanitizerConfig); overload; constructor Create; overload; @@ -41494,7 +41494,7 @@ Type end; TJSScreenLuminance = class(TJSObject,IJSScreenLuminance) - Private + Protected function _Getmin: Double; function _Getmax: Double; function _GetmaxAverage: Double; @@ -41555,7 +41555,7 @@ Type end; TJSSelection = class(TJSObject,IJSSelection) - Private + Protected function _GetanchorNode: IJSNode; function _GetanchorOffset: Cardinal; function _GetfocusNode: IJSNode; @@ -41610,7 +41610,7 @@ Type end; TJSnsISelectionListener = class(TJSObject,IJSnsISelectionListener) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsISelectionListener; @@ -41625,7 +41625,7 @@ Type end; TJSShadowRealmGlobalScope = class(TJSObject,IJSShadowRealmGlobalScope) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSShadowRealmGlobalScope; @@ -41646,7 +41646,7 @@ Type end; TJSSpeechGrammar = class(TJSObject,IJSSpeechGrammar) - Private + Protected function _Getsrc: UnicodeString; function _Getweight: Single; procedure _Setsrc(const aValue: UnicodeString); @@ -41675,7 +41675,7 @@ Type end; TJSSpeechGrammarList = class(TJSObject,IJSSpeechGrammarList) - Private + Protected function _Getlength_: Cardinal; Public constructor Create; overload; @@ -41702,7 +41702,7 @@ Type end; TJSSpeechRecognitionAlternative = class(TJSObject,IJSSpeechRecognitionAlternative) - Private + Protected function _Gettranscript: UnicodeString; function _Getconfidence: Single; Public @@ -41726,7 +41726,7 @@ Type end; TJSSpeechRecognitionResult = class(TJSObject,IJSSpeechRecognitionResult) - Private + Protected function _Getlength_: Cardinal; function _GetisFinal: Boolean; Public @@ -41749,7 +41749,7 @@ Type end; TJSSpeechRecognitionResultList = class(TJSObject,IJSSpeechRecognitionResultList) - Private + Protected function _Getlength_: Cardinal; Public function item(aIndex: Cardinal): IJSSpeechRecognitionResult; overload; @@ -41777,7 +41777,7 @@ Type end; TJSSpeechSynthesisVoice = class(TJSObject,IJSSpeechSynthesisVoice) - Private + Protected function _GetvoiceURI: UnicodeString; function _Getname: UnicodeString; function _Getlang: UnicodeString; @@ -41818,7 +41818,7 @@ Type end; TJSStorage = class(TJSObject,IJSStorage) - Private + Protected function _Getlength_: Cardinal; function _GethasSnapshot: Boolean; function _GetsnapshotUsage: Int64; @@ -41853,7 +41853,7 @@ Type end; TJSStorageManager = class(TJSObject,IJSStorageManager) - Private + Protected Public function persisted: IJSPromise; overload; // Promise function persist: IJSPromise; overload; // Promise @@ -41876,7 +41876,7 @@ Type end; TJSStructuredCloneTester = class(TJSObject,IJSStructuredCloneTester) - Private + Protected function _Getserializable: Boolean; function _Getdeserializable: Boolean; Public @@ -41911,7 +41911,7 @@ Type end; TJSStyleSheet = class(TJSObject,IJSStyleSheet) - Private + Protected function _Gettype_: UnicodeString; function _Gethref: UnicodeString; function _GetownerNode: IJSNode; @@ -41944,7 +41944,7 @@ Type end; TJSStyleSheetList = class(TJSObject,IJSStyleSheetList) - Private + Protected function _Getlength_: Cardinal; Public function item(aIndex: Cardinal): IJSCSSStyleSheet; overload; @@ -41971,7 +41971,7 @@ Type end; TJSCryptoKey = class(TJSObject,IJSCryptoKey) - Private + Protected function _Gettype_: TKeyType; function _Getextractable: Boolean; function _Getalgorithm: IJSObject; @@ -42021,7 +42021,7 @@ Type end; TJSSubtleCrypto = class(TJSObject,IJSSubtleCrypto) - Private + Protected Public function encrypt(const aAlgorithm: UnicodeString; aKey: IJSCryptoKey; aData: IJSBufferSource): IJSPromise; overload; // Promise function encrypt(aAlgorithm: IJSObject; aKey: IJSCryptoKey; aData: IJSBufferSource): IJSPromise; overload; // Promise @@ -42076,7 +42076,7 @@ Type end; TJSSVGAngle = class(TJSObject,IJSSVGAngle) - Private + Protected function _GetunitType: Word; function _Getvalue: Single; function _GetvalueInSpecifiedUnits: Single; @@ -42115,7 +42115,7 @@ Type end; TJSSVGAnimatedAngle = class(TJSObject,IJSSVGAnimatedAngle) - Private + Protected function _GetbaseVal: IJSSVGAngle; function _GetanimVal: IJSSVGAngle; Public @@ -42139,7 +42139,7 @@ Type end; TJSSVGAnimatedBoolean = class(TJSObject,IJSSVGAnimatedBoolean) - Private + Protected function _GetbaseVal: Boolean; function _GetanimVal: Boolean; procedure _SetbaseVal(const aValue: Boolean); @@ -42164,7 +42164,7 @@ Type end; TJSSVGAnimatedEnumeration = class(TJSObject,IJSSVGAnimatedEnumeration) - Private + Protected function _GetbaseVal: Word; function _GetanimVal: Word; procedure _SetbaseVal(const aValue: Word); @@ -42189,7 +42189,7 @@ Type end; TJSSVGAnimatedInteger = class(TJSObject,IJSSVGAnimatedInteger) - Private + Protected function _GetbaseVal: LongInt; function _GetanimVal: LongInt; procedure _SetbaseVal(const aValue: LongInt); @@ -42213,7 +42213,7 @@ Type end; TJSSVGAnimatedLength = class(TJSObject,IJSSVGAnimatedLength) - Private + Protected function _GetbaseVal: IJSSVGLength; function _GetanimVal: IJSSVGLength; Public @@ -42236,7 +42236,7 @@ Type end; TJSSVGAnimatedLengthList = class(TJSObject,IJSSVGAnimatedLengthList) - Private + Protected function _GetbaseVal: IJSSVGLengthList; function _GetanimVal: IJSSVGLengthList; Public @@ -42260,7 +42260,7 @@ Type end; TJSSVGAnimatedNumber = class(TJSObject,IJSSVGAnimatedNumber) - Private + Protected function _GetbaseVal: Single; function _GetanimVal: Single; procedure _SetbaseVal(const aValue: Single); @@ -42284,7 +42284,7 @@ Type end; TJSSVGAnimatedNumberList = class(TJSObject,IJSSVGAnimatedNumberList) - Private + Protected function _GetbaseVal: IJSSVGNumberList; function _GetanimVal: IJSSVGNumberList; Public @@ -42307,7 +42307,7 @@ Type end; TJSSVGAnimatedPathData = class(TJSObject,IJSSVGAnimatedPathData) - Private + Protected function _GetpathSegList: IJSSVGPathSegList; function _GetanimatedPathSegList: IJSSVGPathSegList; Public @@ -42330,7 +42330,7 @@ Type end; TJSSVGAnimatedPoints = class(TJSObject,IJSSVGAnimatedPoints) - Private + Protected function _Getpoints: IJSSVGPointList; function _GetanimatedPoints: IJSSVGPointList; Public @@ -42353,7 +42353,7 @@ Type end; TJSSVGAnimatedPreserveAspectRatio = class(TJSObject,IJSSVGAnimatedPreserveAspectRatio) - Private + Protected function _GetbaseVal: IJSSVGPreserveAspectRatio; function _GetanimVal: IJSSVGPreserveAspectRatio; Public @@ -42376,7 +42376,7 @@ Type end; TJSSVGAnimatedRect = class(TJSObject,IJSSVGAnimatedRect) - Private + Protected function _GetbaseVal: IJSSVGRect; function _GetanimVal: IJSSVGRect; Public @@ -42400,7 +42400,7 @@ Type end; TJSSVGAnimatedString = class(TJSObject,IJSSVGAnimatedString) - Private + Protected function _GetbaseVal: UnicodeString; function _GetanimVal: UnicodeString; procedure _SetbaseVal(const aValue: UnicodeString); @@ -42424,7 +42424,7 @@ Type end; TJSSVGAnimatedTransformList = class(TJSObject,IJSSVGAnimatedTransformList) - Private + Protected function _GetbaseVal: IJSSVGTransformList; function _GetanimVal: IJSSVGTransformList; Public @@ -42453,7 +42453,7 @@ Type end; TJSSVGFilterPrimitiveStandardAttributes = class(TJSObject,IJSSVGFilterPrimitiveStandardAttributes) - Private + Protected function _Getx: IJSSVGAnimatedLength; function _Gety: IJSSVGAnimatedLength; function _Getwidth: IJSSVGAnimatedLength; @@ -42482,7 +42482,7 @@ Type end; TJSSVGFitToViewBox = class(TJSObject,IJSSVGFitToViewBox) - Private + Protected function _GetviewBox: IJSSVGAnimatedRect; function _GetpreserveAspectRatio: IJSSVGAnimatedPreserveAspectRatio; Public @@ -42514,7 +42514,7 @@ Type end; TJSSVGLength = class(TJSObject,IJSSVGLength) - Private + Protected function _GetunitType: Word; function _Getvalue: Single; function _GetvalueInSpecifiedUnits: Single; @@ -42567,7 +42567,7 @@ Type end; TJSSVGLengthList = class(TJSObject,IJSSVGLengthList) - Private + Protected function _GetnumberOfItems: Cardinal; function _Getlength_: Cardinal; Public @@ -42623,7 +42623,7 @@ Type end; TJSSVGMatrix = class(TJSObject,IJSSVGMatrix) - Private + Protected function _Geta: Single; function _Getb: Single; function _Getc: Single; @@ -42670,7 +42670,7 @@ Type end; TJSSVGNumber = class(TJSObject,IJSSVGNumber) - Private + Protected function _Getvalue: Single; procedure _Setvalue(const aValue: Single); Public @@ -42699,7 +42699,7 @@ Type end; TJSSVGNumberList = class(TJSObject,IJSSVGNumberList) - Private + Protected function _GetnumberOfItems: Cardinal; function _Getlength_: Cardinal; Public @@ -42729,7 +42729,7 @@ Type end; TJSSVGPathSeg = class(TJSObject,IJSSVGPathSeg) - Private + Protected function _GetpathSegType: Word; function _GetpathSegTypeAsLetter: UnicodeString; Public @@ -42775,7 +42775,7 @@ Type end; TJSSVGPathSegList = class(TJSObject,IJSSVGPathSegList) - Private + Protected function _GetnumberOfItems: Cardinal; function _Getlength_: Cardinal; Public @@ -42803,7 +42803,7 @@ Type end; TJSSVGPoint = class(TJSObject,IJSSVGPoint) - Private + Protected function _Getx: Single; function _Gety: Single; procedure _Setx(const aValue: Single); @@ -42837,7 +42837,7 @@ Type end; TJSSVGPointList = class(TJSObject,IJSSVGPointList) - Private + Protected function _GetnumberOfItems: Cardinal; function _Getlength_: Cardinal; Public @@ -42869,7 +42869,7 @@ Type end; TJSSVGPreserveAspectRatio = class(TJSObject,IJSSVGPreserveAspectRatio) - Private + Protected function _Getalign: Word; function _GetmeetOrSlice: Word; procedure _Setalign(const aValue: Word); @@ -42918,7 +42918,7 @@ Type end; TJSSVGRect = class(TJSObject,IJSSVGRect) - Private + Protected function _Getx: Single; function _Gety: Single; function _Getwidth: Single; @@ -42957,7 +42957,7 @@ Type end; TJSSVGStringList = class(TJSObject,IJSSVGStringList) - Private + Protected function _Getlength_: Cardinal; function _GetnumberOfItems: Cardinal; Public @@ -42988,7 +42988,7 @@ Type end; TJSSVGTests = class(TJSObject,IJSSVGTests) - Private + Protected function _GetrequiredExtensions: IJSSVGStringList; function _GetsystemLanguage: IJSSVGStringList; Public @@ -43020,7 +43020,7 @@ Type end; TJSSVGTransform = class(TJSObject,IJSSVGTransform) - Private + Protected function _Gettype_: Word; function _Getmatrix: IJSSVGMatrix; function _Getangle: Single; @@ -43071,7 +43071,7 @@ Type end; TJSSVGTransformList = class(TJSObject,IJSSVGTransformList) - Private + Protected function _GetnumberOfItems: Cardinal; function _Getlength_: Cardinal; Public @@ -43100,7 +43100,7 @@ Type end; TJSSVGUnitTypes = class(TJSObject,IJSSVGUnitTypes) - Private + Protected Public Const SVG_UNIT_TYPE_UNKNOWN = 0; @@ -43122,7 +43122,7 @@ Type end; TJSSVGURIReference = class(TJSObject,IJSSVGURIReference) - Private + Protected function _Gethref: IJSSVGAnimatedString; Public class function JSClassName: UnicodeString; override; @@ -43142,7 +43142,7 @@ Type end; TJSSVGZoomAndPan = class(TJSObject,IJSSVGZoomAndPan) - Private + Protected function _GetzoomAndPan: Word; procedure _SetzoomAndPan(const aValue: Word); Public @@ -43165,7 +43165,7 @@ Type end; TJSnsISocketTransport = class(TJSObject,IJSnsISocketTransport) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsISocketTransport; @@ -43185,7 +43185,7 @@ Type end; TJSLegacyMozTCPSocket = class(TJSObject,IJSLegacyMozTCPSocket) - Private + Protected Public function open(const aHost: UnicodeString; aPort: Word; const aOptions: TJSSocketOptions): IJSTCPSocket; overload; function open(const aHost: UnicodeString; aPort: Word): IJSTCPSocket; overload; @@ -43205,7 +43205,7 @@ Type end; TJSWrapperCachedNonISupportsTestInterface = class(TJSObject,IJSWrapperCachedNonISupportsTestInterface) - Private + Protected Public constructor Create; overload; class function JSClassName: UnicodeString; override; @@ -43221,7 +43221,7 @@ Type end; TJSTestTrialInterface = class(TJSObject,IJSTestTrialInterface) - Private + Protected Public constructor Create; overload; class function JSClassName: UnicodeString; override; @@ -43237,7 +43237,7 @@ Type end; TJSTestInterfaceLength = class(TJSObject,IJSTestInterfaceLength) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSTestInterfaceLength; @@ -43319,7 +43319,7 @@ Type end; TJSTestFunctions = class(TJSObject,IJSTestFunctions) - Private + Protected function _Getone: LongInt; function _Gettwo: LongInt; function _GetwrapperCachedNonISupportsObject: IJSWrapperCachedNonISupportsTestInterface; @@ -43418,7 +43418,7 @@ Type end; TJSTestInterfaceMaplike = class(TJSObject,IJSTestInterfaceMaplike) - Private + Protected function _Getsize : LongInt; Public constructor Create; overload; @@ -43461,7 +43461,7 @@ Type end; TJSTestInterfaceMaplikeObject = class(TJSObject,IJSTestInterfaceMaplikeObject) - Private + Protected function _Getsize : LongInt; Public constructor Create; overload; @@ -43501,7 +43501,7 @@ Type end; TJSTestInterfaceMaplikeJSObject = class(TJSObject,IJSTestInterfaceMaplikeJSObject) - Private + Protected function _Getsize : LongInt; Public constructor Create; overload; @@ -43529,7 +43529,7 @@ Type end; TJSTestInterfaceSetlike = class(TJSObject,IJSTestInterfaceSetlike) - Private + Protected Public constructor Create; overload; class function JSClassName: UnicodeString; override; @@ -43545,7 +43545,7 @@ Type end; TJSTestInterfaceSetlikeNode = class(TJSObject,IJSTestInterfaceSetlikeNode) - Private + Protected Public constructor Create; overload; class function JSClassName: UnicodeString; override; @@ -43564,7 +43564,7 @@ Type end; TJSTestInterfaceIterableSingle = class(TJSObject,IJSTestInterfaceIterableSingle) - Private + Protected function _Getlength_: Cardinal; Public constructor Create; overload; @@ -43583,7 +43583,7 @@ Type end; TJSTestInterfaceIterableDouble = class(TJSObject,IJSTestInterfaceIterableDouble) - Private + Protected Public constructor Create; overload; class function JSClassName: UnicodeString; override; @@ -43599,7 +43599,7 @@ Type end; TJSTestInterfaceIterableDoubleUnion = class(TJSObject,IJSTestInterfaceIterableDoubleUnion) - Private + Protected Public constructor Create; overload; class function JSClassName: UnicodeString; override; @@ -43615,7 +43615,7 @@ Type end; TJSTestInterfaceAsyncIterableSingle = class(TJSObject,IJSTestInterfaceAsyncIterableSingle) - Private + Protected Public constructor Create(const aOptions: TJSTestInterfaceAsyncIterableSingleOptions); overload; constructor Create; overload; @@ -43636,7 +43636,7 @@ Type end; TJSTestInterfaceAsyncIterableSingleWithArgs = class(TJSObject,IJSTestInterfaceAsyncIterableSingleWithArgs) - Private + Protected function _GetreturnCallCount: LongInt; function _GetreturnLastCalledWith: Variant; Public @@ -43656,7 +43656,7 @@ Type end; TJSTestInterfaceAsyncIterableDouble = class(TJSObject,IJSTestInterfaceAsyncIterableDouble) - Private + Protected Public constructor Create; overload; class function JSClassName: UnicodeString; override; @@ -43672,7 +43672,7 @@ Type end; TJSTestInterfaceAsyncIterableDoubleUnion = class(TJSObject,IJSTestInterfaceAsyncIterableDoubleUnion) - Private + Protected Public constructor Create; overload; class function JSClassName: UnicodeString; override; @@ -43714,7 +43714,7 @@ Type end; TJSTestInterfaceObservableArray = class(TJSObject,IJSTestInterfaceObservableArray) - Private + Protected function _GetobservableArrayBoolean: TBooleanDynArray; function _GetobservableArrayObject: TIJSObjectDynArray; function _GetobservableArrayInterface: TJSTestInterfaceObservableArrayDynArray; @@ -43761,7 +43761,7 @@ Type end; TJSTextDecoderCommon = class(TJSObject,IJSTextDecoderCommon) - Private + Protected function _Getencoding: UnicodeString; function _Getfatal: Boolean; function _GetignoreBOM: Boolean; @@ -43792,7 +43792,7 @@ Type end; TJSTextDecoderStream = class(TJSObject,IJSTextDecoderStream) - Private + Protected function _Getencoding: UnicodeString; function _Getfatal: Boolean; function _GetignoreBOM: Boolean; @@ -43822,7 +43822,7 @@ Type end; TJSTextEncoderCommon = class(TJSObject,IJSTextEncoderCommon) - Private + Protected function _Getencoding: UnicodeString; Public class function JSClassName: UnicodeString; override; @@ -43845,7 +43845,7 @@ Type end; TJSTextEncoderStream = class(TJSObject,IJSTextEncoderStream) - Private + Protected function _Getencoding: UnicodeString; function _Getreadable: IJSReadableStream; function _Getwritable: IJSWritableStream; @@ -43871,7 +43871,7 @@ Type end; TJSTextTrackCueList = class(TJSObject,IJSTextTrackCueList) - Private + Protected function _Getlength_: Cardinal; Public function GetDefault(aIndex: Cardinal): IJSVTTCue; overload; @@ -43894,7 +43894,7 @@ Type end; TJSTimeRanges = class(TJSObject,IJSTimeRanges) - Private + Protected function _Getlength_: Cardinal; Public function start(aIndex: Cardinal): Double; overload; @@ -43937,7 +43937,7 @@ Type end; TJSTouch = class(TJSObject,IJSTouch) - Private + Protected function _Getidentifier: LongInt; function _Gettarget: IJSEventTarget; function _GetscreenX: LongInt; @@ -43980,7 +43980,7 @@ Type end; TJSTouchList = class(TJSObject,IJSTouchList) - Private + Protected function _Getlength_: Cardinal; Public function item(aIndex: Cardinal): IJSTouch; overload; @@ -44002,7 +44002,7 @@ Type end; TJSTransformStream = class(TJSObject,IJSTransformStream) - Private + Protected function _Getreadable: IJSReadableStream; function _Getwritable: IJSWritableStream; Public @@ -44032,7 +44032,7 @@ Type end; TJSTransformStreamDefaultController = class(TJSObject,IJSTransformStreamDefaultController) - Private + Protected function _GetdesiredSize: Double; Public procedure enqueue(const aChunk: Variant); overload; @@ -44070,7 +44070,7 @@ Type end; TJSTreeWalker = class(TJSObject,IJSTreeWalker) - Private + Protected function _Getroot: IJSNode; function _GetwhatToShow: Cardinal; function _Getfilter: TNodeFilter; @@ -44102,7 +44102,7 @@ Type end; TJSTrustedHTML = class(TJSObject,IJSTrustedHTML) - Private + Protected Public function toJSON: UnicodeString; overload; class function JSClassName: UnicodeString; override; @@ -44119,7 +44119,7 @@ Type end; TJSTrustedScript = class(TJSObject,IJSTrustedScript) - Private + Protected Public function toJSON: UnicodeString; overload; class function JSClassName: UnicodeString; override; @@ -44136,7 +44136,7 @@ Type end; TJSTrustedScriptURL = class(TJSObject,IJSTrustedScriptURL) - Private + Protected Public function toJSON: UnicodeString; overload; class function JSClassName: UnicodeString; override; @@ -44157,7 +44157,7 @@ Type end; TJSTrustedTypePolicy = class(TJSObject,IJSTrustedTypePolicy) - Private + Protected function _Getname: UnicodeString; Public function createHTML(const aInput: UnicodeString; const aArguments: Variant): IJSTrustedHTML{; ToDo:varargs}; overload; @@ -44193,7 +44193,7 @@ Type end; TJSTrustedTypePolicyFactory = class(TJSObject,IJSTrustedTypePolicyFactory) - Private + Protected function _GetemptyHTML: IJSTrustedHTML; function _GetemptyScript: IJSTrustedScript; function _GetdefaultPolicy: IJSTrustedTypePolicy; @@ -44258,7 +44258,7 @@ Type end; TJSURL = class(TJSObject,IJSURL) - Private + Protected function _Gethref: UnicodeString; function _Getorigin: UnicodeString; function _Getprotocol: UnicodeString; @@ -44329,7 +44329,7 @@ Type end; TJSURLSearchParams = class(TJSObject,IJSURLSearchParams) - Private + Protected function _Getsize: Cardinal; Public constructor Create(aInit: IJSObject); overload; @@ -44363,7 +44363,7 @@ Type end; TJSUserActivation = class(TJSObject,IJSUserActivation) - Private + Protected function _GethasBeenActive: Boolean; function _GetisActive: Boolean; Public @@ -44404,7 +44404,7 @@ Type end; TJSValidityState = class(TJSObject,IJSValidityState) - Private + Protected function _GetvalueMissing: Boolean; function _GettypeMismatch: Boolean; function _GetpatternMismatch: Boolean; @@ -44450,7 +44450,7 @@ Type end; TJSVideoColorSpace = class(TJSObject,IJSVideoColorSpace) - Private + Protected function _Getprimaries: TVideoColorPrimaries; function _Gettransfer: TVideoTransferCharacteristics; function _Getmatrix: TVideoMatrixCoefficients; @@ -44506,7 +44506,7 @@ Type end; TJSVideoFrame = class(TJSObject,IJSVideoFrame) - Private + Protected function _Getformat: TVideoPixelFormat; function _GetcodedWidth: Cardinal; function _GetcodedHeight: Cardinal; @@ -44571,7 +44571,7 @@ Type end; TJSVideoPlaybackQuality = class(TJSObject,IJSVideoPlaybackQuality) - Private + Protected function _GetcreationTime: TDOMHighResTimeStamp; function _GettotalVideoFrames: Cardinal; function _GetdroppedVideoFrames: Cardinal; @@ -44603,7 +44603,7 @@ Type end; TJSVideoTrack = class(TJSObject,IJSVideoTrack) - Private + Protected function _Getid: UnicodeString; function _Getkind: UnicodeString; function _Getlabel_: UnicodeString; @@ -44637,7 +44637,7 @@ Type end; TJSVRFieldOfView = class(TJSObject,IJSVRFieldOfView) - Private + Protected function _GetupDegrees: Double; function _GetrightDegrees: Double; function _GetdownDegrees: Double; @@ -44670,7 +44670,7 @@ Type end; TJSVRDisplayCapabilities = class(TJSObject,IJSVRDisplayCapabilities) - Private + Protected function _GethasPosition: Boolean; function _GethasOrientation: Boolean; function _GethasExternalDisplay: Boolean; @@ -44701,7 +44701,7 @@ Type end; TJSVRStageParameters = class(TJSObject,IJSVRStageParameters) - Private + Protected function _GetsittingToStandingTransform: IJSFloat32Array; function _GetsizeX: Single; function _GetsizeZ: Single; @@ -44734,7 +44734,7 @@ Type end; TJSVRPose = class(TJSObject,IJSVRPose) - Private + Protected function _Getposition: IJSFloat32Array; function _GetlinearVelocity: IJSFloat32Array; function _GetlinearAcceleration: IJSFloat32Array; @@ -44773,7 +44773,7 @@ Type end; TJSVRFrameData = class(TJSObject,IJSVRFrameData) - Private + Protected function _Gettimestamp: TDOMHighResTimeStamp; function _GetleftProjectionMatrix: IJSFloat32Array; function _GetleftViewMatrix: IJSFloat32Array; @@ -44809,7 +44809,7 @@ Type end; TJSVREyeParameters = class(TJSObject,IJSVREyeParameters) - Private + Protected function _Getoffset: IJSFloat32Array; function _GetfieldOfView: IJSVRFieldOfView; function _GetrenderWidth: Cardinal; @@ -44868,7 +44868,7 @@ Type end; TJSVRMockDisplay = class(TJSObject,IJSVRMockDisplay) - Private + Protected function _GetcapPosition: Boolean; function _GetcapOrientation: Boolean; function _GetcapPresent: Boolean; @@ -44950,7 +44950,7 @@ Type end; TJSVRMockController = class(TJSObject,IJSVRMockController) - Private + Protected function _Gethand: TGamepadHand; function _GetcapPosition: Boolean; function _GetcapOrientation: Boolean; @@ -45014,7 +45014,7 @@ Type end; TJSVRServiceTest = class(TJSObject,IJSVRServiceTest) - Private + Protected Public function getVRDisplay: IJSVRMockDisplay; overload; function getVRController(aControllerIdx: Cardinal): IJSVRMockController; overload; @@ -45071,7 +45071,7 @@ Type end; TJSVTTRegion = class(TJSObject,IJSVTTRegion) - Private + Protected function _Getid: UnicodeString; function _Getwidth: Double; function _Getlines: LongInt; @@ -45113,7 +45113,7 @@ Type end; TJSWakeLock = class(TJSObject,IJSWakeLock) - Private + Protected Public function request(aType_: TWakeLockType): IJSPromise; overload; // Promise function request: IJSPromise; overload; // Promise @@ -45132,7 +45132,7 @@ Type end; TJSAuthenticatorResponse = class(TJSObject,IJSAuthenticatorResponse) - Private + Protected function _GetclientDataJSON: IJSArrayBuffer; Public class function JSClassName: UnicodeString; override; @@ -45149,7 +45149,7 @@ Type end; TJSWebGLSampler = class(TJSObject,IJSWebGLSampler) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSWebGLSampler; @@ -45164,7 +45164,7 @@ Type end; TJSWebGLSync = class(TJSObject,IJSWebGLSync) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSWebGLSync; @@ -45179,7 +45179,7 @@ Type end; TJSWebGLTransformFeedback = class(TJSObject,IJSWebGLTransformFeedback) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSWebGLTransformFeedback; @@ -45624,7 +45624,7 @@ Type end; TJSWebGL2RenderingContext = class(TJSObject,IJSWebGL2RenderingContext) - Private + Protected function _Getcanvas: TCanvasSource; function _GetdrawingBufferWidth: TGLsizei; function _GetdrawingBufferHeight: TGLsizei; @@ -46919,7 +46919,7 @@ Type end; TJSWebGL2RenderingContextBase = class(TJSObject,IJSWebGL2RenderingContextBase) - Private + Protected Public Const READ_BUFFER = $0C02; @@ -47494,7 +47494,7 @@ Type end; TJSEXT_color_buffer_float = class(TJSObject,IJSEXT_color_buffer_float) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSEXT_color_buffer_float; @@ -47510,7 +47510,7 @@ Type end; TJSOVR_multiview2 = class(TJSObject,IJSOVR_multiview2) - Private + Protected Public Const FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR = $9630; @@ -47532,7 +47532,7 @@ Type end; TJSWebGLBuffer = class(TJSObject,IJSWebGLBuffer) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSWebGLBuffer; @@ -47547,7 +47547,7 @@ Type end; TJSWebGLFramebuffer = class(TJSObject,IJSWebGLFramebuffer) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSWebGLFramebuffer; @@ -47562,7 +47562,7 @@ Type end; TJSWebGLProgram = class(TJSObject,IJSWebGLProgram) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSWebGLProgram; @@ -47577,7 +47577,7 @@ Type end; TJSWebGLRenderbuffer = class(TJSObject,IJSWebGLRenderbuffer) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSWebGLRenderbuffer; @@ -47592,7 +47592,7 @@ Type end; TJSWebGLShader = class(TJSObject,IJSWebGLShader) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSWebGLShader; @@ -47607,7 +47607,7 @@ Type end; TJSWebGLTexture = class(TJSObject,IJSWebGLTexture) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSWebGLTexture; @@ -47622,7 +47622,7 @@ Type end; TJSWebGLUniformLocation = class(TJSObject,IJSWebGLUniformLocation) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSWebGLUniformLocation; @@ -47637,7 +47637,7 @@ Type end; TJSWebGLVertexArrayObject = class(TJSObject,IJSWebGLVertexArrayObject) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSWebGLVertexArrayObject; @@ -47658,7 +47658,7 @@ Type end; TJSWebGLActiveInfo = class(TJSObject,IJSWebGLActiveInfo) - Private + Protected function _Getsize: TGLint; function _Gettype_: TGLenum; function _Getname: UnicodeString; @@ -47685,7 +47685,7 @@ Type end; TJSWebGLShaderPrecisionFormat = class(TJSObject,IJSWebGLShaderPrecisionFormat) - Private + Protected function _GetrangeMin: TGLint; function _GetrangeMax: TGLint; function _Getprecision: TGLint; @@ -47835,7 +47835,7 @@ Type end; TJSWebGLRenderingContextBase = class(TJSObject,IJSWebGLRenderingContextBase) - Private + Protected function _Getcanvas: TCanvasSource; function _GetdrawingBufferWidth: TGLsizei; function _GetdrawingBufferHeight: TGLsizei; @@ -48277,7 +48277,7 @@ Type end; TJSEXT_texture_compression_bptc = class(TJSObject,IJSEXT_texture_compression_bptc) - Private + Protected Public Const COMPRESSED_RGBA_BPTC_UNORM_EXT = $8E8C; @@ -48298,7 +48298,7 @@ Type end; TJSEXT_texture_compression_rgtc = class(TJSObject,IJSEXT_texture_compression_rgtc) - Private + Protected Public Const COMPRESSED_RED_RGTC1_EXT = $8DBB; @@ -48319,7 +48319,7 @@ Type end; TJSEXT_texture_norm16 = class(TJSObject,IJSEXT_texture_norm16) - Private + Protected Public Const R16_EXT = $822A; @@ -48344,7 +48344,7 @@ Type end; TJSWEBGL_compressed_texture_s3tc = class(TJSObject,IJSWEBGL_compressed_texture_s3tc) - Private + Protected Public Const COMPRESSED_RGB_S3TC_DXT1_EXT = $83F0; @@ -48365,7 +48365,7 @@ Type end; TJSWEBGL_compressed_texture_s3tc_srgb = class(TJSObject,IJSWEBGL_compressed_texture_s3tc_srgb) - Private + Protected Public Const COMPRESSED_SRGB_S3TC_DXT1_EXT = $8C4C; @@ -48387,7 +48387,7 @@ Type end; TJSWEBGL_compressed_texture_astc = class(TJSObject,IJSWEBGL_compressed_texture_astc) - Private + Protected Public Const COMPRESSED_RGBA_ASTC_4x4_KHR = $93B0; @@ -48433,7 +48433,7 @@ Type end; TJSWEBGL_compressed_texture_etc = class(TJSObject,IJSWEBGL_compressed_texture_etc) - Private + Protected Public Const COMPRESSED_R11_EAC = $9270; @@ -48460,7 +48460,7 @@ Type end; TJSWEBGL_compressed_texture_etc1 = class(TJSObject,IJSWEBGL_compressed_texture_etc1) - Private + Protected Public Const COMPRESSED_RGB_ETC1_WEBGL = $8D64; @@ -48478,7 +48478,7 @@ Type end; TJSWEBGL_compressed_texture_pvrtc = class(TJSObject,IJSWEBGL_compressed_texture_pvrtc) - Private + Protected Public Const COMPRESSED_RGB_PVRTC_4BPPV1_IMG = $8C00; @@ -48499,7 +48499,7 @@ Type end; TJSWEBGL_debug_renderer_info = class(TJSObject,IJSWEBGL_debug_renderer_info) - Private + Protected Public Const UNMASKED_VENDOR_WEBGL = $9245; @@ -48519,7 +48519,7 @@ Type end; TJSWEBGL_debug_shaders = class(TJSObject,IJSWEBGL_debug_shaders) - Private + Protected Public function getTranslatedShaderSource(aShader: IJSWebGLShader): UnicodeString; overload; class function JSClassName: UnicodeString; override; @@ -48535,7 +48535,7 @@ Type end; TJSWEBGL_depth_texture = class(TJSObject,IJSWEBGL_depth_texture) - Private + Protected Public Const UNSIGNED_INT_24_8_WEBGL = $84FA; @@ -48553,7 +48553,7 @@ Type end; TJSOES_element_index_uint = class(TJSObject,IJSOES_element_index_uint) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSOES_element_index_uint; @@ -48568,7 +48568,7 @@ Type end; TJSEXT_frag_depth = class(TJSObject,IJSEXT_frag_depth) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSEXT_frag_depth; @@ -48585,7 +48585,7 @@ Type end; TJSWEBGL_lose_context = class(TJSObject,IJSWEBGL_lose_context) - Private + Protected Public procedure loseContext; overload; procedure restoreContext; overload; @@ -48602,7 +48602,7 @@ Type end; TJSEXT_texture_filter_anisotropic = class(TJSObject,IJSEXT_texture_filter_anisotropic) - Private + Protected Public Const TEXTURE_MAX_ANISOTROPY_EXT = $84FE; @@ -48621,7 +48621,7 @@ Type end; TJSEXT_sRGB = class(TJSObject,IJSEXT_sRGB) - Private + Protected Public Const SRGB_EXT = $8C40; @@ -48642,7 +48642,7 @@ Type end; TJSOES_standard_derivatives = class(TJSObject,IJSOES_standard_derivatives) - Private + Protected Public Const FRAGMENT_SHADER_DERIVATIVE_HINT_OES = $8B8B; @@ -48660,7 +48660,7 @@ Type end; TJSOES_texture_float = class(TJSObject,IJSOES_texture_float) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSOES_texture_float; @@ -48676,7 +48676,7 @@ Type end; TJSWEBGL_draw_buffers = class(TJSObject,IJSWEBGL_draw_buffers) - Private + Protected Public Const COLOR_ATTACHMENT0_WEBGL = $8CE0; @@ -48728,7 +48728,7 @@ Type end; TJSOES_texture_float_linear = class(TJSObject,IJSOES_texture_float_linear) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSOES_texture_float_linear; @@ -48743,7 +48743,7 @@ Type end; TJSEXT_shader_texture_lod = class(TJSObject,IJSEXT_shader_texture_lod) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSEXT_shader_texture_lod; @@ -48758,7 +48758,7 @@ Type end; TJSOES_texture_half_float = class(TJSObject,IJSOES_texture_half_float) - Private + Protected Public Const HALF_FLOAT_OES = $8D61; @@ -48776,7 +48776,7 @@ Type end; TJSOES_texture_half_float_linear = class(TJSObject,IJSOES_texture_half_float_linear) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSOES_texture_half_float_linear; @@ -48791,7 +48791,7 @@ Type end; TJSWEBGL_color_buffer_float = class(TJSObject,IJSWEBGL_color_buffer_float) - Private + Protected Public Const RGBA32F_EXT = $8814; @@ -48812,7 +48812,7 @@ Type end; TJSEXT_color_buffer_half_float = class(TJSObject,IJSEXT_color_buffer_half_float) - Private + Protected Public Const RGBA16F_EXT = $881A; @@ -48837,7 +48837,7 @@ Type end; TJSOES_vertex_array_object = class(TJSObject,IJSOES_vertex_array_object) - Private + Protected Public Const VERTEX_ARRAY_BINDING_OES = $85B5; @@ -48862,7 +48862,7 @@ Type end; TJSANGLE_instanced_arrays = class(TJSObject,IJSANGLE_instanced_arrays) - Private + Protected Public Const VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = $88FE; @@ -48883,7 +48883,7 @@ Type end; TJSEXT_blend_minmax = class(TJSObject,IJSEXT_blend_minmax) - Private + Protected Public Const MIN_EXT = $8007; @@ -48902,7 +48902,7 @@ Type end; TJSWebGLQuery = class(TJSObject,IJSWebGLQuery) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSWebGLQuery; @@ -48925,7 +48925,7 @@ Type end; TJSEXT_disjoint_timer_query = class(TJSObject,IJSEXT_disjoint_timer_query) - Private + Protected Public Const QUERY_COUNTER_BITS_EXT = $8864; @@ -48958,7 +48958,7 @@ Type end; TJSMOZ_debug = class(TJSObject,IJSMOZ_debug) - Private + Protected Public Const EXTENSIONS = $1F03; @@ -48980,7 +48980,7 @@ Type end; TJSEXT_float_blend = class(TJSObject,IJSEXT_float_blend) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSEXT_float_blend; @@ -48995,7 +48995,7 @@ Type end; TJSOES_fbo_render_mipmap = class(TJSObject,IJSOES_fbo_render_mipmap) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSOES_fbo_render_mipmap; @@ -49011,7 +49011,7 @@ Type end; TJSWEBGL_explicit_present = class(TJSObject,IJSWEBGL_explicit_present) - Private + Protected Public procedure present; overload; class function JSClassName: UnicodeString; override; @@ -49034,7 +49034,7 @@ Type end; TJSOES_draw_buffers_indexed = class(TJSObject,IJSOES_draw_buffers_indexed) - Private + Protected Public procedure enableiOES(aTarget: TGLenum; aIndex: TGLuint); overload; procedure disableiOES(aTarget: TGLenum; aIndex: TGLuint); overload; @@ -49057,7 +49057,7 @@ Type end; TJSWEBGL_provoking_vertex = class(TJSObject,IJSWEBGL_provoking_vertex) - Private + Protected Public Const FIRST_VERTEX_CONVENTION_WEBGL = $8E4D; @@ -49081,7 +49081,7 @@ Type end; TJSGPUObjectBase = class(TJSObject,IJSGPUObjectBase) - Private + Protected function _Getlabel_: UnicodeString; procedure _Setlabel_(const aValue: UnicodeString); Public @@ -49163,7 +49163,7 @@ Type end; TJSGPUSupportedLimits = class(TJSObject,IJSGPUSupportedLimits) - Private + Protected function _GetmaxTextureDimension1D: Cardinal; function _GetmaxTextureDimension2D: Cardinal; function _GetmaxTextureDimension3D: Cardinal; @@ -49242,7 +49242,7 @@ Type end; TJSGPUSupportedFeatures = class(TJSObject,IJSGPUSupportedFeatures) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSGPUSupportedFeatures; @@ -49265,7 +49265,7 @@ Type end; TJSGPUAdapterInfo = class(TJSObject,IJSGPUAdapterInfo) - Private + Protected function _Getvendor: UnicodeString; function _Getarchitecture: UnicodeString; function _Getdevice: UnicodeString; @@ -49290,7 +49290,7 @@ Type end; TJSNavigatorGPU = class(TJSObject,IJSNavigatorGPU) - Private + Protected function _Getgpu: IJSGPU; Public class function JSClassName: UnicodeString; override; @@ -49310,7 +49310,7 @@ Type end; TJSGPU = class(TJSObject,IJSGPU) - Private + Protected Public function requestAdapter(const aOptions: TJSGPURequestAdapterOptions): IJSPromise; overload; // Promise function requestAdapter: IJSPromise; overload; // Promise @@ -49338,7 +49338,7 @@ Type end; TJSGPUAdapter = class(TJSObject,IJSGPUAdapter) - Private + Protected function _Getfeatures: IJSGPUSupportedFeatures; function _Getlimits: IJSGPUSupportedLimits; function _GetisFallbackAdapter: Boolean; @@ -49363,7 +49363,7 @@ Type end; TJSGPUBufferUsage = class(TJSObject,IJSGPUBufferUsage) - Private + Protected Public Const MAP_READ = $0001; @@ -49390,7 +49390,7 @@ Type end; TJSGPUMapMode = class(TJSObject,IJSGPUMapMode) - Private + Protected Public Const READ = $0001; @@ -49409,7 +49409,7 @@ Type end; TJSGPUTextureUsage = class(TJSObject,IJSGPUTextureUsage) - Private + Protected Public Const COPY_SRC = $01; @@ -49431,7 +49431,7 @@ Type end; TJSGPUShaderStage = class(TJSObject,IJSGPUShaderStage) - Private + Protected Public Const VERTEX = $1; @@ -49463,7 +49463,7 @@ Type end; TJSGPUCompilationMessage = class(TJSObject,IJSGPUCompilationMessage) - Private + Protected function _Getmessage: UnicodeString; function _Gettype_: TGPUCompilationMessageType; function _GetlineNum: QWord; @@ -49493,7 +49493,7 @@ Type end; TJSGPUCompilationInfo = class(TJSObject,IJSGPUCompilationInfo) - Private + Protected function _Getmessages: TJSGPUCompilationMessageDynArray; Public class function JSClassName: UnicodeString; override; @@ -49511,7 +49511,7 @@ Type end; TJSGPUPipelineBase = class(TJSObject,IJSGPUPipelineBase) - Private + Protected Public function getBindGroupLayout(aIndex: Cardinal): IJSGPUBindGroupLayout; overload; class function JSClassName: UnicodeString; override; @@ -49531,7 +49531,7 @@ Type end; TJSGPUComputePipeline = class(TJSObject,IJSGPUComputePipeline) - Private + Protected function _Getlabel_: UnicodeString; procedure _Setlabel_(const aValue: UnicodeString); Public @@ -49554,7 +49554,7 @@ Type end; TJSGPURenderPipeline = class(TJSObject,IJSGPURenderPipeline) - Private + Protected function _Getlabel_: UnicodeString; procedure _Setlabel_(const aValue: UnicodeString); Public @@ -49573,7 +49573,7 @@ Type end; TJSGPUColorWrite = class(TJSObject,IJSGPUColorWrite) - Private + Protected Public Const RED = $1; @@ -49595,7 +49595,7 @@ Type end; TJSGPUCommandsMixin = class(TJSObject,IJSGPUCommandsMixin) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSGPUCommandsMixin; @@ -49633,7 +49633,7 @@ Type end; TJSGPUCommandEncoder = class(TJSObject,IJSGPUCommandEncoder) - Private + Protected function _Getlabel_: UnicodeString; procedure _Setlabel_(const aValue: UnicodeString); Public @@ -49672,7 +49672,7 @@ Type end; TJSGPUBindingCommandsMixin = class(TJSObject,IJSGPUBindingCommandsMixin) - Private + Protected Public procedure setBindGroup(aIndex: TGPUIndex32; aBindGroup: IJSGPUBindGroup; const aDynamicOffsets: TGPUBufferDynamicOffsetDynArray); overload; procedure setBindGroup(aIndex: TGPUIndex32; aBindGroup: IJSGPUBindGroup); overload; @@ -49692,7 +49692,7 @@ Type end; TJSGPUDebugCommandsMixin = class(TJSObject,IJSGPUDebugCommandsMixin) - Private + Protected Public procedure pushDebugGroup(const aGroupLabel: UnicodeString); overload; procedure popDebugGroup; overload; @@ -49724,7 +49724,7 @@ Type end; TJSGPUComputePassEncoder = class(TJSObject,IJSGPUComputePassEncoder) - Private + Protected function _Getlabel_: UnicodeString; procedure _Setlabel_(const aValue: UnicodeString); Public @@ -49787,7 +49787,7 @@ Type end; TJSGPURenderPassEncoder = class(TJSObject,IJSGPURenderPassEncoder) - Private + Protected function _Getlabel_: UnicodeString; procedure _Setlabel_(const aValue: UnicodeString); Public @@ -49853,7 +49853,7 @@ Type end; TJSGPURenderCommandsMixin = class(TJSObject,IJSGPURenderCommandsMixin) - Private + Protected Public procedure setPipeline(aPipeline: IJSGPURenderPipeline); overload; procedure setIndexBuffer(aBuffer: IJSGPUBuffer; aIndexFormat: TGPUIndexFormat; aOffset: TGPUSize64; aSize: TGPUSize64); overload; @@ -49914,7 +49914,7 @@ Type end; TJSGPURenderBundleEncoder = class(TJSObject,IJSGPURenderBundleEncoder) - Private + Protected function _Getlabel_: UnicodeString; procedure _Setlabel_(const aValue: UnicodeString); Public @@ -49964,7 +49964,7 @@ Type end; TJSGPUCanvasContext = class(TJSObject,IJSGPUCanvasContext) - Private + Protected function _Getcanvas: TGPUCanvasContext_canvas_Type; Public procedure configure(const aConfiguration: TJSGPUCanvasConfiguration); overload; @@ -49988,7 +49988,7 @@ Type end; TJSGPUDeviceLostInfo = class(TJSObject,IJSGPUDeviceLostInfo) - Private + Protected function _Getreason: Variant; function _Getmessage: UnicodeString; Public @@ -50009,7 +50009,7 @@ Type end; TJSGPUError = class(TJSObject,IJSGPUError) - Private + Protected function _Getmessage: UnicodeString; Public class function JSClassName: UnicodeString; override; @@ -50026,7 +50026,7 @@ Type end; TJSnsITransportProvider = class(TJSObject,IJSnsITransportProvider) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsITransportProvider; @@ -50043,7 +50043,7 @@ Type end; TJSScheduler = class(TJSObject,IJSScheduler) - Private + Protected Public function postTask(const aCallback: TSchedulerPostTaskCallback; const aOptions: TJSSchedulerPostTaskOptions): IJSPromise; overload; // Promise function postTask(const aCallback: TSchedulerPostTaskCallback): IJSPromise; overload; // Promise @@ -50081,7 +50081,7 @@ Type end; TJSWebTransport = class(TJSObject,IJSWebTransport) - Private + Protected function _Getready: IJSPromise; function _Getreliability: TWebTransportReliabilityMode; function _GetcongestionControl: TWebTransportCongestionControl; @@ -50137,7 +50137,7 @@ Type end; TJSWebTransportDatagramDuplexStream = class(TJSObject,IJSWebTransportDatagramDuplexStream) - Private + Protected function _Getreadable: IJSReadableStream; function _Getwritable: IJSWritableStream; function _GetmaxDatagramSize: Cardinal; @@ -50174,7 +50174,7 @@ Type end; TJSWebTransportBidirectionalStream = class(TJSObject,IJSWebTransportBidirectionalStream) - Private + Protected function _Getreadable: IJSWebTransportReceiveStream; function _Getwritable: IJSWebTransportSendStream; Public @@ -50201,7 +50201,7 @@ Type end; TJSXRRenderState = class(TJSObject,IJSXRRenderState) - Private + Protected function _GetdepthNear: Double; function _GetdepthFar: Double; function _GetinlineVerticalFieldOfView: Double; @@ -50228,7 +50228,7 @@ Type end; TJSXRFrame = class(TJSObject,IJSXRFrame) - Private + Protected function _Getsession: IJSXRSession; Public function getViewerPose(aReferenceSpace: IJSXRReferenceSpace): IJSXRViewerPose; overload; @@ -50253,7 +50253,7 @@ Type end; TJSXRView = class(TJSObject,IJSXRView) - Private + Protected function _Geteye: TXREye; function _GetprojectionMatrix: IJSFloat32Array; function _Gettransform: IJSXRRigidTransform; @@ -50282,7 +50282,7 @@ Type end; TJSXRViewport = class(TJSObject,IJSXRViewport) - Private + Protected function _Getx: LongInt; function _Gety: LongInt; function _Getwidth: LongInt; @@ -50313,7 +50313,7 @@ Type end; TJSXRRigidTransform = class(TJSObject,IJSXRRigidTransform) - Private + Protected function _Getposition: IJSDOMPointReadOnly; function _Getorientation: IJSDOMPointReadOnly; function _Getmatrix: IJSFloat32Array; @@ -50343,7 +50343,7 @@ Type end; TJSXRPose = class(TJSObject,IJSXRPose) - Private + Protected function _Gettransform: IJSXRRigidTransform; function _GetemulatedPosition: Boolean; Public @@ -50374,7 +50374,7 @@ Type end; TJSXRInputSource = class(TJSObject,IJSXRInputSource) - Private + Protected function _Gethandedness: TXRHandedness; function _GettargetRayMode: TXRTargetRayMode; function _GettargetRaySpace: IJSXRSpace; @@ -50404,7 +50404,7 @@ Type end; TJSXRInputSourceArray = class(TJSObject,IJSXRInputSourceArray) - Private + Protected function _Getlength_: Cardinal; Public function GetDefault(aIndex: Cardinal): IJSXRInputSource; overload; @@ -50433,7 +50433,7 @@ Type end; TJSXRWebGLLayer = class(TJSObject,IJSXRWebGLLayer) - Private + Protected function _Getantialias: Boolean; function _GetignoreDepthValues: Boolean; function _Getframebuffer: IJSWebGLFramebuffer; @@ -50464,7 +50464,7 @@ Type end; TJSnsIBrowserDOMWindow = class(TJSObject,IJSnsIBrowserDOMWindow) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsIBrowserDOMWindow; @@ -50479,7 +50479,7 @@ Type end; TJSnsIDOMWindowUtils = class(TJSObject,IJSnsIDOMWindowUtils) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsIDOMWindowUtils; @@ -50494,7 +50494,7 @@ Type end; TJSnsIPrintSettings = class(TJSObject,IJSnsIPrintSettings) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSnsIPrintSettings; @@ -50511,7 +50511,7 @@ Type end; TJSWindowSessionStorage = class(TJSObject,IJSWindowSessionStorage) - Private + Protected function _GetsessionStorage: IJSStorage; Public class function JSClassName: UnicodeString; override; @@ -50530,7 +50530,7 @@ Type end; TJSWindowLocalStorage = class(TJSObject,IJSWindowLocalStorage) - Private + Protected function _GetlocalStorage: IJSStorage; Public class function JSClassName: UnicodeString; override; @@ -50599,7 +50599,7 @@ Type end; TJSWindowOrWorkerGlobalScope = class(TJSObject,IJSWindowOrWorkerGlobalScope) - Private + Protected function _Getorigin: UnicodeString; function _GetcrossOriginIsolated: Boolean; function _GetisSecureContext: Boolean; @@ -50684,7 +50684,7 @@ Type end; TJSWorkerLocation = class(TJSObject,IJSWorkerLocation) - Private + Protected function _Gethref: UnicodeString; function _Getorigin: UnicodeString; function _Getprotocol: UnicodeString; @@ -50750,7 +50750,7 @@ Type end; TJSWorkerNavigator = class(TJSObject,IJSWorkerNavigator) - Private + Protected function _Getconnection: IJSNetworkInformation; function _GetmediaCapabilities: IJSMediaCapabilities; function _GetappCodeName: UnicodeString; @@ -50800,7 +50800,7 @@ Type end; TJSWorklet = class(TJSObject,IJSWorklet) - Private + Protected Public function addModule(const aModuleURL: UnicodeString; const aOptions: TJSWorkletOptions): IJSPromise; overload; // Promise function addModule(const aModuleURL: UnicodeString): IJSPromise; overload; // Promise @@ -50819,7 +50819,7 @@ Type end; TJSWorkletGlobalScope = class(TJSObject,IJSWorkletGlobalScope) - Private + Protected Public procedure dump(const aStr: UnicodeString); overload; procedure dump; overload; @@ -50842,7 +50842,7 @@ Type end; TJSWritableStream = class(TJSObject,IJSWritableStream) - Private + Protected function _Getlocked: Boolean; Public constructor Create(aUnderlyingSink: IJSObject; const aStrategy: TJSQueuingStrategy); overload; @@ -50870,7 +50870,7 @@ Type end; TJSWritableStreamDefaultController = class(TJSObject,IJSWritableStreamDefaultController) - Private + Protected function _Getsignal: IJSAbortSignal; Public procedure error(const aE: Variant); overload; @@ -50901,7 +50901,7 @@ Type end; TJSWritableStreamDefaultWriter = class(TJSObject,IJSWritableStreamDefaultWriter) - Private + Protected function _Getclosed: IJSPromise; function _GetdesiredSize: Double; function _Getready: IJSPromise; @@ -50929,7 +50929,7 @@ Type end; TJSMozChannel = class(TJSObject,IJSMozChannel) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSMozChannel; @@ -50944,7 +50944,7 @@ Type end; TJSOutputStream = class(TJSObject,IJSOutputStream) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSOutputStream; @@ -50960,7 +50960,7 @@ Type end; TJSXMLSerializer = class(TJSObject,IJSXMLSerializer) - Private + Protected Public constructor Create; overload; function serializeToString(aRoot: IJSNode): UnicodeString; overload; @@ -50984,7 +50984,7 @@ Type end; TJSXPathEvaluatorMixin = class(TJSObject,IJSXPathEvaluatorMixin) - Private + Protected Public function createExpression(const aExpression: UnicodeString; const aResolver: TXPathNSResolver): IJSXPathExpression; overload; function createExpression(const aExpression: UnicodeString): IJSXPathExpression; overload; @@ -51009,7 +51009,7 @@ Type end; TJSXPathExpression = class(TJSObject,IJSXPathExpression) - Private + Protected Public function evaluate(aContextNode: IJSNode; aType_: Word; aResult: IJSObject): IJSXPathResult; overload; function evaluate(aContextNode: IJSNode): IJSXPathResult; overload; @@ -51043,7 +51043,7 @@ Type end; TJSXPathResult = class(TJSObject,IJSXPathResult) - Private + Protected function _GetresultType: Word; function _GetnumberValue: Double; function _GetstringValue: UnicodeString; @@ -51101,7 +51101,7 @@ Type end; TJSXSLTProcessor = class(TJSObject,IJSXSLTProcessor) - Private + Protected Public constructor Create; overload; procedure importStylesheet(aStyle: IJSNode); overload; @@ -51139,7 +51139,7 @@ Type end; TJSAbortSignal = class(TJSEventTarget,IJSAbortSignal) - Private + Protected function _Getaborted: Boolean; function _Getreason: Variant; function _Getonabort: TEventHandler; @@ -51168,7 +51168,7 @@ Type end; TJSAddonEvent = class(TJSEvent,IJSAddonEvent) - Private + Protected function _Getid: UnicodeString; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSAddonEventInit); overload; @@ -51192,7 +51192,7 @@ Type end; TJSAddonManager = class(TJSEventTarget,IJSAddonManager) - Private + Protected function _GetabuseReportPanelEnabled: Boolean; Public function getAddonByID(const aId: UnicodeString): IJSPromise; overload; // Promise @@ -51258,7 +51258,7 @@ Type end; TJSAnimation = class(TJSEventTarget,IJSAnimation) - Private + Protected function _Getid: UnicodeString; function _Geteffect: IJSAnimationEffect; function _Gettimeline: IJSAnimationTimeline; @@ -51327,7 +51327,7 @@ Type end; TJSAnimationEvent = class(TJSEvent,IJSAnimationEvent) - Private + Protected function _GetanimationName: UnicodeString; function _GetelapsedTime: Single; function _GetpseudoElement: UnicodeString; @@ -51354,7 +51354,7 @@ Type end; TJSAnimationPlaybackEvent = class(TJSEvent,IJSAnimationPlaybackEvent) - Private + Protected function _GetcurrentTime: Double; function _GettimelineTime: Double; Public @@ -51387,7 +51387,7 @@ Type end; TJSAudioDecoder = class(TJSEventTarget,IJSAudioDecoder) - Private + Protected function _Getstate: TCodecState; function _GetdecodeQueueSize: Cardinal; function _Getondequeue: TEventHandler; @@ -51428,7 +51428,7 @@ Type end; TJSAudioEncoder = class(TJSEventTarget,IJSAudioEncoder) - Private + Protected function _Getstate: TCodecState; function _GetencodeQueueSize: Cardinal; function _Getondequeue: TEventHandler; @@ -51484,7 +51484,7 @@ Type end; TJSAudioNode = class(TJSEventTarget,IJSAudioNode) - Private + Protected function _Getcontext: IJSBaseAudioContext; function _GetnumberOfInputs: Cardinal; function _GetnumberOfOutputs: Cardinal; @@ -51532,7 +51532,7 @@ Type end; TJSAudioProcessingEvent = class(TJSEvent,IJSAudioProcessingEvent) - Private + Protected function _GetplaybackTime: Double; function _GetinputBuffer: IJSAudioBuffer; function _GetoutputBuffer: IJSAudioBuffer; @@ -51566,7 +51566,7 @@ Type end; TJSAudioTrackList = class(TJSEventTarget,IJSAudioTrackList) - Private + Protected function _Getlength_: Cardinal; function _Getonchange: TEventHandler; function _Getonaddtrack: TEventHandler; @@ -51594,7 +51594,7 @@ Type end; TJSAudioWorklet = class(TJSWorklet,IJSAudioWorklet) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSAudioWorklet; @@ -51616,7 +51616,7 @@ Type end; TJSAudioWorkletGlobalScope = class(TJSWorkletGlobalScope,IJSAudioWorkletGlobalScope) - Private + Protected function _GetcurrentFrame: QWord; function _GetcurrentTime: Double; function _GetsampleRate: Single; @@ -51682,7 +51682,7 @@ Type end; TJSBaseAudioContext = class(TJSEventTarget,IJSBaseAudioContext) - Private + Protected function _Getdestination: IJSAudioDestinationNode; function _GetsampleRate: Single; function _GetcurrentTime: Double; @@ -51744,7 +51744,7 @@ Type end; TJSBeforeUnloadEvent = class(TJSEvent,IJSBeforeUnloadEvent) - Private + Protected function _GetreturnValue2: UnicodeString; procedure _SetreturnValue2(const aValue: UnicodeString); Public @@ -51764,7 +51764,7 @@ Type end; TJSBlobEvent = class(TJSEvent,IJSBlobEvent) - Private + Protected function _Getdata: IJSBlob; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSBlobEventInit); overload; @@ -51792,7 +51792,7 @@ Type end; TJSBroadcastChannel = class(TJSEventTarget,IJSBroadcastChannel) - Private + Protected function _Getname: UnicodeString; function _Getonmessage: TEventHandler; function _Getonmessageerror: TEventHandler; @@ -51820,7 +51820,7 @@ Type end; TJSPath2D = class(TJSCanvasPathMethods,IJSPath2D) - Private + Protected Public constructor Create; overload; constructor Create(aOther: IJSPath2D); overload; @@ -51846,7 +51846,7 @@ Type end; TJSWindowClient = class(TJSClient,IJSWindowClient) - Private + Protected function _GetvisibilityState: TVisibilityState; function _Getfocused: Boolean; Public @@ -51871,7 +51871,7 @@ Type end; TJSClipboard = class(TJSEventTarget,IJSClipboard) - Private + Protected Public function read: IJSPromise; overload; // Promise function readText: IJSPromise; overload; // Promise @@ -51892,7 +51892,7 @@ Type end; TJSClipboardEvent = class(TJSEvent,IJSClipboardEvent) - Private + Protected function _GetclipboardData: IJSDataTransfer; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSClipboardEventInit); overload; @@ -51917,7 +51917,7 @@ Type end; TJSCloseEvent = class(TJSEvent,IJSCloseEvent) - Private + Protected function _GetwasClean: Boolean; function _Getcode: Word; function _Getreason: UnicodeString; @@ -51940,7 +51940,7 @@ Type end; TJSCompressionStream = class(TJSGenericTransformStream,IJSCompressionStream) - Private + Protected Public constructor Create(aFormat: TCompressionFormat); overload; class function JSClassName: UnicodeString; override; @@ -51958,7 +51958,7 @@ Type end; TJSContentVisibilityAutoStateChangeEvent = class(TJSEvent,IJSContentVisibilityAutoStateChangeEvent) - Private + Protected function _Getskipped: Boolean; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSContentVisibilityAutoStateChangeEventInit); overload; @@ -52010,7 +52010,7 @@ Type end; TJSCSSCounterStyleRule = class(TJSCSSRule,IJSCSSCounterStyleRule) - Private + Protected function _Getname: UnicodeString; function _Getsystem: UTF8String; function _Getsymbols: UTF8String; @@ -52060,7 +52060,7 @@ Type end; TJSCSSFontFaceRule = class(TJSCSSRule,IJSCSSFontFaceRule) - Private + Protected function _Getstyle: IJSCSSStyleDeclaration; Public class function JSClassName: UnicodeString; override; @@ -52083,7 +52083,7 @@ Type end; TJSCSSFontFeatureValuesRule = class(TJSCSSRule,IJSCSSFontFeatureValuesRule) - Private + Protected function _GetfontFamily: UTF8String; function _GetvalueText: UTF8String; procedure _SetfontFamily(const aValue: UTF8String); @@ -52112,7 +52112,7 @@ Type end; TJSCSSFontPaletteValuesRule = class(TJSCSSRule,IJSCSSFontPaletteValuesRule) - Private + Protected function _Getname: UTF8String; function _GetfontFamily: UTF8String; function _GetbasePalette: UTF8String; @@ -52140,7 +52140,7 @@ Type end; TJSCSSGroupingRule = class(TJSCSSRule,IJSCSSGroupingRule) - Private + Protected function _GetcssRules: IJSCSSRuleList; Public function insertRule(const aRule: UTF8String; aIndex: Cardinal): Cardinal; overload; @@ -52170,7 +52170,7 @@ Type end; TJSCSSImportRule = class(TJSCSSRule,IJSCSSImportRule) - Private + Protected function _Gethref: UnicodeString; function _Getmedia: IJSMediaList; function _GetstyleSheet: IJSCSSStyleSheet; @@ -52200,7 +52200,7 @@ Type end; TJSCSSKeyframeRule = class(TJSCSSRule,IJSCSSKeyframeRule) - Private + Protected function _GetkeyText: UTF8String; function _Getstyle: IJSCSSStyleDeclaration; procedure _SetkeyText(const aValue: UTF8String); @@ -52231,7 +52231,7 @@ Type end; TJSCSSKeyframesRule = class(TJSCSSRule,IJSCSSKeyframesRule) - Private + Protected function _Getname: UnicodeString; function _GetcssRules: IJSCSSRuleList; function _Getlength_: Cardinal; @@ -52259,7 +52259,7 @@ Type end; TJSCSSLayerStatementRule = class(TJSCSSRule,IJSCSSLayerStatementRule) - Private + Protected function _GetnameList: TUTF8StringDynArray; Public class function JSClassName: UnicodeString; override; @@ -52280,7 +52280,7 @@ Type end; TJSCSSNamespaceRule = class(TJSCSSRule,IJSCSSNamespaceRule) - Private + Protected function _GetnamespaceURI: UnicodeString; function _Getprefix: UnicodeString; Public @@ -52304,7 +52304,7 @@ Type end; TJSCSSPageRule = class(TJSCSSRule,IJSCSSPageRule) - Private + Protected function _GetselectorText: UTF8String; function _Getstyle: IJSCSSStyleDeclaration; procedure _SetselectorText(const aValue: UTF8String); @@ -52332,7 +52332,7 @@ Type end; TJSCSSPropertyRule = class(TJSCSSRule,IJSCSSPropertyRule) - Private + Protected function _Getname: UTF8String; function _Getsyntax: UTF8String; function _Getinherits: Boolean; @@ -52372,7 +52372,7 @@ Type end; TJSCSSStyleSheet = class(TJSStyleSheet,IJSCSSStyleSheet) - Private + Protected function _GetownerRule: IJSCSSRule; function _GetcssRules: IJSCSSRuleList; function _Getrules: IJSCSSRuleList; @@ -52412,7 +52412,7 @@ Type end; TJSCustomEvent = class(TJSEvent,IJSCustomEvent) - Private + Protected function _Getdetail: Variant; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSCustomEventInit); overload; @@ -52435,7 +52435,7 @@ Type end; TJSDecompressionStream = class(TJSGenericTransformStream,IJSDecompressionStream) - Private + Protected Public constructor Create(aFormat: TCompressionFormat); overload; class function JSClassName: UnicodeString; override; @@ -52453,7 +52453,7 @@ Type end; TJSDeviceLightEvent = class(TJSEvent,IJSDeviceLightEvent) - Private + Protected function _Getvalue: Double; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSDeviceLightEventInit); overload; @@ -52487,7 +52487,7 @@ Type end; TJSDeviceMotionEvent = class(TJSEvent,IJSDeviceMotionEvent) - Private + Protected function _Getacceleration: IJSDeviceAcceleration; function _GetaccelerationIncludingGravity: IJSDeviceAcceleration; function _GetrotationRate: IJSDeviceRotationRate; @@ -52534,7 +52534,7 @@ Type end; TJSDeviceOrientationEvent = class(TJSEvent,IJSDeviceOrientationEvent) - Private + Protected function _Getalpha: Double; function _Getbeta: Double; function _Getgamma: Double; @@ -52566,7 +52566,7 @@ Type end; TJSDocumentTimeline = class(TJSAnimationTimeline,IJSDocumentTimeline) - Private + Protected Public constructor Create(const aOptions: TJSDocumentTimelineOptions); overload; constructor Create; overload; @@ -52587,7 +52587,7 @@ Type end; TJSException = class(TJSExceptionMembers,IJSException) - Private + Protected function _Getname: UnicodeString; function _Getmessage: UnicodeString; Public @@ -52612,7 +52612,7 @@ Type end; TJSDOMException = class(TJSExceptionMembers,IJSDOMException) - Private + Protected function _Getname: UnicodeString; function _Getmessage: UnicodeString; function _Getcode: Word; @@ -52675,7 +52675,7 @@ Type end; TJSDOMLocalization = class(TJSLocalization,IJSDOMLocalization) - Private + Protected Public constructor Create(const aAResourceIds: TDOMStringDynArray; aASync: Boolean; aARegistry: IJSObject; const aALocales: TUTF8StringDynArray); overload; constructor Create(const aAResourceIds: TDOMStringDynArray); overload; @@ -52812,7 +52812,7 @@ Type end; TJSDOMMatrix = class(TJSDOMMatrixReadOnly,IJSDOMMatrix) - Private + Protected function _Geta2: Double; function _Getb2: Double; function _Getc2: Double; @@ -52951,7 +52951,7 @@ Type end; TJSDOMPoint = class(TJSDOMPointReadOnly,IJSDOMPoint) - Private + Protected function _Getx2: Double; function _Gety2: Double; function _Getz2: Double; @@ -52997,7 +52997,7 @@ Type end; TJSDOMRect = class(TJSDOMRectReadOnly,IJSDOMRect) - Private + Protected function _Getx2: Double; function _Gety2: Double; function _Getwidth2: Double; @@ -53041,7 +53041,7 @@ Type end; TJSErrorEvent = class(TJSEvent,IJSErrorEvent) - Private + Protected function _Getmessage: UnicodeString; function _Getfilename: UnicodeString; function _Getlineno: Cardinal; @@ -53084,7 +53084,7 @@ Type end; TJSEventSource = class(TJSEventTarget,IJSEventSource) - Private + Protected function _Geturl: UnicodeString; function _GetwithCredentials: Boolean; function _GetreadyState: Word; @@ -53123,7 +53123,7 @@ Type end; TJSExtendableEvent = class(TJSEvent,IJSExtendableEvent) - Private + Protected Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSExtendableEventInit); overload; constructor Create(const aType_: UnicodeString); overload; @@ -53151,7 +53151,7 @@ Type end; TJSFeaturePolicyViolationReportBody = class(TJSReportBody,IJSFeaturePolicyViolationReportBody) - Private + Protected function _GetfeatureId: UnicodeString; function _GetsourceFile: UnicodeString; function _GetlineNumber: LongInt; @@ -53187,7 +53187,7 @@ Type end; TJSFetchObserver = class(TJSEventTarget,IJSFetchObserver) - Private + Protected function _Getstate: TFetchState; function _Getonstatechange: TEventHandler; function _Getonrequestprogress: TEventHandler; @@ -53219,7 +53219,7 @@ Type end; TJSFile = class(TJSBlob,IJSFile) - Private + Protected function _Getname: UnicodeString; function _GetlastModified: Int64; function _GetwebkitRelativePath: UnicodeString; @@ -53274,7 +53274,7 @@ Type end; TJSFileReader = class(TJSEventTarget,IJSFileReader) - Private + Protected function _GetreadyState: Word; function _Getresult: TFileReader_result_Type; function _Geterror: IJSDOMException; @@ -53336,7 +53336,7 @@ Type end; TJSFileSystemDirectoryEntry = class(TJSFileSystemEntry,IJSFileSystemDirectoryEntry) - Private + Protected Public function createReader: IJSFileSystemDirectoryReader; overload; procedure getFile(const aPath: UnicodeString; const aOptions: TJSFileSystemFlags; const aSuccessCallback: TFileSystemEntryCallback; const aErrorCallback: TErrorCallback); overload; @@ -53369,7 +53369,7 @@ Type end; TJSFileSystemDirectoryHandle = class(TJSFileSystemHandle,IJSFileSystemDirectoryHandle) - Private + Protected Public function getFileHandle(const aName: UnicodeString; const aOptions: TJSFileSystemGetFileOptions): IJSPromise; overload; // Promise function getFileHandle(const aName: UnicodeString): IJSPromise; overload; // Promise @@ -53393,7 +53393,7 @@ Type end; TJSFileSystemFileEntry = class(TJSFileSystemEntry,IJSFileSystemFileEntry) - Private + Protected Public procedure file_(const aSuccessCallback: TFileCallback; const aErrorCallback: TErrorCallback); overload; procedure file_(const aSuccessCallback: TFileCallback); overload; @@ -53414,7 +53414,7 @@ Type end; TJSFileSystemFileHandle = class(TJSFileSystemHandle,IJSFileSystemFileHandle) - Private + Protected Public function getFile: IJSPromise; overload; // Promise function createWritable(const aOptions: TJSFileSystemCreateWritableOptions): IJSPromise; overload; // Promise @@ -53439,7 +53439,7 @@ Type end; TJSFileSystemWritableFileStream = class(TJSWritableStream,IJSFileSystemWritableFileStream) - Private + Protected Public function write(aData: IJSBlob): IJSPromise; overload; // Promise function write(aData: IJSBufferSource): IJSPromise; overload; // Promise @@ -53487,7 +53487,7 @@ Type end; TJSFontFaceSet = class(TJSEventTarget,IJSFontFaceSet) - Private + Protected function _Getsize: Cardinal; function _Getonloading: TEventHandler; function _Getonloadingdone: TEventHandler; @@ -53531,7 +53531,7 @@ Type end; TJSFontFaceSetLoadEvent = class(TJSEvent,IJSFontFaceSetLoadEvent) - Private + Protected function _Getfontfaces: TJSFontFaceDynArray; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSFontFaceSetLoadEventInit); overload; @@ -53552,7 +53552,7 @@ Type end; TJSFormDataEvent = class(TJSEvent,IJSFormDataEvent) - Private + Protected function _GetformData: IJSFormData; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSFormDataEventInit); overload; @@ -53573,7 +53573,7 @@ Type end; TJSGamepadEvent = class(TJSEvent,IJSGamepadEvent) - Private + Protected function _Getgamepad: IJSGamepad; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSGamepadEventInit); overload; @@ -53593,7 +53593,7 @@ Type end; TJSGleanBoolean = class(TJSGleanMetric,IJSGleanBoolean) - Private + Protected Public procedure set_(aValue: Boolean); overload; class function JSClassName: UnicodeString; override; @@ -53611,7 +53611,7 @@ Type end; TJSGleanDatetime = class(TJSGleanMetric,IJSGleanDatetime) - Private + Protected Public procedure set_(aAValue: Int64); overload; procedure set_; overload; @@ -53630,7 +53630,7 @@ Type end; TJSGleanCounter = class(TJSGleanMetric,IJSGleanCounter) - Private + Protected Public procedure add(aAAmount: LongInt); overload; procedure add; overload; @@ -53650,7 +53650,7 @@ Type end; TJSGleanTimingDistribution = class(TJSGleanMetric,IJSGleanTimingDistribution) - Private + Protected Public function start: QWord; overload; procedure stopAndAccumulate(aAId: QWord); overload; @@ -53669,7 +53669,7 @@ Type end; TJSGleanMemoryDistribution = class(TJSGleanMetric,IJSGleanMemoryDistribution) - Private + Protected Public procedure accumulate(aASample: QWord); overload; class function JSClassName: UnicodeString; override; @@ -53688,7 +53688,7 @@ Type end; TJSGleanCustomDistribution = class(TJSGleanMetric,IJSGleanCustomDistribution) - Private + Protected Public procedure accumulateSamples(const aASamples: TInt64DynArray); overload; procedure accumulateSingleSample(aASample: Int64); overload; @@ -53706,7 +53706,7 @@ Type end; TJSGleanString = class(TJSGleanMetric,IJSGleanString) - Private + Protected Public procedure set_(const aAValue: UTF8String); overload; class function JSClassName: UnicodeString; override; @@ -53724,7 +53724,7 @@ Type end; TJSGleanStringList = class(TJSGleanMetric,IJSGleanStringList) - Private + Protected Public procedure add(const aValue: UTF8String); overload; procedure set_(const aAValue: TUTF8StringDynArray); overload; @@ -53745,7 +53745,7 @@ Type end; TJSGleanTimespan = class(TJSGleanMetric,IJSGleanTimespan) - Private + Protected Public procedure start; overload; procedure stop; overload; @@ -53766,7 +53766,7 @@ Type end; TJSGleanUuid = class(TJSGleanMetric,IJSGleanUuid) - Private + Protected Public procedure set_(const aAValue: UTF8String); overload; procedure generateAndSet; overload; @@ -53785,7 +53785,7 @@ Type end; TJSGleanEvent = class(TJSGleanMetric,IJSGleanEvent) - Private + Protected Public procedure record_(aAExtra: IJSObject); overload; procedure record_; overload; @@ -53803,7 +53803,7 @@ Type end; TJSGleanQuantity = class(TJSGleanMetric,IJSGleanQuantity) - Private + Protected Public procedure set_(aAValue: Int64); overload; class function JSClassName: UnicodeString; override; @@ -53821,7 +53821,7 @@ Type end; TJSGleanDenominator = class(TJSGleanMetric,IJSGleanDenominator) - Private + Protected Public procedure add(aAAmount: LongInt); overload; procedure add; overload; @@ -53840,7 +53840,7 @@ Type end; TJSGleanNumerator = class(TJSGleanMetric,IJSGleanNumerator) - Private + Protected Public procedure addToNumerator(aAAmount: LongInt); overload; procedure addToNumerator; overload; @@ -53861,7 +53861,7 @@ Type end; TJSGleanRate = class(TJSGleanMetric,IJSGleanRate) - Private + Protected Public procedure addToNumerator(aAAmount: LongInt); overload; procedure addToNumerator; overload; @@ -53881,7 +53881,7 @@ Type end; TJSGleanUrl = class(TJSGleanMetric,IJSGleanUrl) - Private + Protected Public procedure set_(const aAValue: UTF8String); overload; class function JSClassName: UnicodeString; override; @@ -53898,7 +53898,7 @@ Type end; TJSGleanText = class(TJSGleanMetric,IJSGleanText) - Private + Protected Public procedure set_(const aAValue: UTF8String); overload; class function JSClassName: UnicodeString; override; @@ -53915,7 +53915,7 @@ Type end; TJSGleanObject = class(TJSGleanMetric,IJSGleanObject) - Private + Protected Public procedure set_(aValue: IJSObject); overload; class function JSClassName: UnicodeString; override; @@ -53933,7 +53933,7 @@ Type end; TJSGPUUncapturedErrorEvent = class(TJSEvent,IJSGPUUncapturedErrorEvent) - Private + Protected function _Geterror: IJSGPUError; Public constructor Create(const aType_: UnicodeString; const aGpuUncapturedErrorEventInitDict: TJSGPUUncapturedErrorEventInit); overload; @@ -53960,7 +53960,7 @@ Type end; TJSHashChangeEvent = class(TJSEvent,IJSHashChangeEvent) - Private + Protected function _GetoldURL: UnicodeString; function _GetnewURL: UnicodeString; Public @@ -53990,7 +53990,7 @@ Type end; TJSHTMLFormControlsCollection = class(TJSHTMLCollection,IJSHTMLFormControlsCollection) - Private + Protected Public function namedItem(const aName: UnicodeString): THTMLFormControlsCollection_namedItem_Type; overload; class function JSClassName: UnicodeString; override; @@ -54024,7 +54024,7 @@ Type end; TJSHTMLOptionsCollection = class(TJSHTMLCollection,IJSHTMLOptionsCollection) - Private + Protected function _Getlength_2: Cardinal; function _GetselectedIndex: LongInt; procedure _Setlength_2(const aValue: Cardinal); @@ -54055,7 +54055,7 @@ Type end; TJSIDBCursorWithValue = class(TJSIDBCursor,IJSIDBCursorWithValue) - Private + Protected function _Getvalue: Variant; Public class function JSClassName: UnicodeString; override; @@ -54102,7 +54102,7 @@ Type end; TJSIDBDatabase = class(TJSEventTarget,IJSIDBDatabase) - Private + Protected function _Getname: UnicodeString; function _Getversion: QWord; function _GetobjectStoreNames: IJSDOMStringList; @@ -54163,7 +54163,7 @@ Type end; TJSIDBRequest = class(TJSEventTarget,IJSIDBRequest) - Private + Protected function _Getresult: Variant; function _Geterror: IJSDOMException; function _Getsource: TIDBRequest_source_Type; @@ -54216,7 +54216,7 @@ Type end; TJSIDBTransaction = class(TJSEventTarget,IJSIDBTransaction) - Private + Protected function _Getmode: TIDBTransactionMode; function _Getdurability: TIDBTransactionDurability; function _Getdb: IJSIDBDatabase; @@ -54257,7 +54257,7 @@ Type end; TJSIDBVersionChangeEvent = class(TJSEvent,IJSIDBVersionChangeEvent) - Private + Protected function _GetoldVersion: QWord; function _GetnewVersion: QWord; Public @@ -54281,7 +54281,7 @@ Type end; TJSIdentityCredential = class(TJSCredential,IJSIdentityCredential) - Private + Protected function _Gettoken: UnicodeString; Public function logoutRPs(const aLogoutRequests: TJSIdentityCredentialLogoutRPsRequestDynArray): IJSPromise; overload; // Promise @@ -54308,7 +54308,7 @@ Type end; TJSImageCapture = class(TJSEventTarget,IJSImageCapture) - Private + Protected function _GetvideoStreamTrack: IJSMediaStreamTrack; function _Getonphoto: TEventHandler; function _Getonerror: TEventHandler; @@ -54335,7 +54335,7 @@ Type end; TJSImageCaptureErrorEvent = class(TJSEvent,IJSImageCaptureErrorEvent) - Private + Protected function _GetimageCaptureError: IJSImageCaptureError; Public constructor Create(const aType_: UnicodeString; const aImageCaptureErrorInitDict: TJSImageCaptureErrorEventInit); overload; @@ -54358,7 +54358,7 @@ Type end; TJSInvokeEvent = class(TJSEvent,IJSInvokeEvent) - Private + Protected function _Getinvoker: IJSElement; function _Getaction: UnicodeString; Public @@ -54379,7 +54379,7 @@ Type end; TJSKeyEvent = class(TJSKeyEventMixin,IJSKeyEvent) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSKeyEvent; @@ -54410,7 +54410,7 @@ Type end; TJSKeyframeEffect = class(TJSAnimationEffect,IJSKeyframeEffect) - Private + Protected function _Gettarget: IJSElement; function _GetpseudoElement: UnicodeString; function _GetiterationComposite: TIterationCompositeOperation; @@ -54454,7 +54454,7 @@ Type end; TJSMediaDevices = class(TJSEventTarget,IJSMediaDevices) - Private + Protected function _Getondevicechange: TEventHandler; procedure _Setondevicechange(const aValue: TEventHandler); Public @@ -54484,7 +54484,7 @@ Type end; TJSMediaEncryptedEvent = class(TJSEvent,IJSMediaEncryptedEvent) - Private + Protected function _GetinitDataType: UnicodeString; function _GetinitData: IJSArrayBuffer; Public @@ -54507,7 +54507,7 @@ Type end; TJSMediaKeyError = class(TJSEvent,IJSMediaKeyError) - Private + Protected function _GetsystemCode: Cardinal; Public class function JSClassName: UnicodeString; override; @@ -54528,7 +54528,7 @@ Type end; TJSMediaKeyMessageEvent = class(TJSEvent,IJSMediaKeyMessageEvent) - Private + Protected function _GetmessageType: TMediaKeyMessageType; function _Getmessage: IJSArrayBuffer; Public @@ -54569,7 +54569,7 @@ Type end; TJSMediaKeySession = class(TJSEventTarget,IJSMediaKeySession) - Private + Protected function _Geterror: IJSMediaKeyError; function _GetsessionId: UnicodeString; function _Getexpiration: Double; @@ -54614,7 +54614,7 @@ Type end; TJSMediaQueryList = class(TJSEventTarget,IJSMediaQueryList) - Private + Protected function _Getmedia: UTF8String; function _Getmatches: Boolean; function _Getonchange: TEventHandler; @@ -54642,7 +54642,7 @@ Type end; TJSMediaQueryListEvent = class(TJSEvent,IJSMediaQueryListEvent) - Private + Protected function _Getmedia: UTF8String; function _Getmatches: Boolean; Public @@ -54697,7 +54697,7 @@ Type end; TJSMediaRecorder = class(TJSEventTarget,IJSMediaRecorder) - Private + Protected function _Getstream: IJSMediaStream; function _GetmimeType: UnicodeString; function _Getstate: TRecordingState; @@ -54754,7 +54754,7 @@ Type end; TJSMediaRecorderErrorEvent = class(TJSEvent,IJSMediaRecorderErrorEvent) - Private + Protected function _Geterror: IJSDOMException; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSMediaRecorderErrorEventInit); overload; @@ -54796,7 +54796,7 @@ Type end; TJSMediaSource = class(TJSEventTarget,IJSMediaSource) - Private + Protected function _GetsourceBuffers: IJSSourceBufferList; function _GetactiveSourceBuffers: IJSSourceBufferList; function _GetreadyState: TMediaSourceReadyState; @@ -54855,7 +54855,7 @@ Type end; TJSMediaStream = class(TJSEventTarget,IJSMediaStream) - Private + Protected function _Getid: UnicodeString; function _Getactive: Boolean; function _Getonaddtrack: TEventHandler; @@ -54892,7 +54892,7 @@ Type end; TJSMediaStreamEvent = class(TJSEvent,IJSMediaStreamEvent) - Private + Protected function _Getstream: IJSMediaStream; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSMediaStreamEventInit); overload; @@ -54939,7 +54939,7 @@ Type end; TJSMediaStreamTrack = class(TJSEventTarget,IJSMediaStreamTrack) - Private + Protected function _Getkind: UnicodeString; function _Getid: UnicodeString; function _Getlabel_: UnicodeString; @@ -54984,7 +54984,7 @@ Type end; TJSMediaStreamTrackEvent = class(TJSEvent,IJSMediaStreamTrackEvent) - Private + Protected function _Gettrack: IJSMediaStreamTrack; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSMediaStreamTrackEventInit); overload; @@ -55007,7 +55007,7 @@ Type end; TJSMerchantValidationEvent = class(TJSEvent,IJSMerchantValidationEvent) - Private + Protected function _GetmethodName: UnicodeString; function _GetvalidationURL: UnicodeString; Public @@ -55051,7 +55051,7 @@ Type end; TJSMessageEvent = class(TJSEvent,IJSMessageEvent) - Private + Protected function _Getdata: Variant; function _Getorigin: UnicodeString; function _GetlastEventId: UnicodeString; @@ -55101,7 +55101,7 @@ Type end; TJSMessagePort = class(TJSEventTarget,IJSMessagePort) - Private + Protected function _Getonmessage: TEventHandler; function _Getonmessageerror: TEventHandler; procedure _Setonmessage(const aValue: TEventHandler); @@ -55136,7 +55136,7 @@ Type end; TJSMIDIAccess = class(TJSEventTarget,IJSMIDIAccess) - Private + Protected function _Getinputs: IJSMIDIInputMap; function _Getoutputs: IJSMIDIOutputMap; function _Getonstatechange: TEventHandler; @@ -55162,7 +55162,7 @@ Type end; TJSMIDIConnectionEvent = class(TJSEvent,IJSMIDIConnectionEvent) - Private + Protected function _Getport: IJSMIDIPort; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSMIDIConnectionEventInit); overload; @@ -55183,7 +55183,7 @@ Type end; TJSMIDIMessageEvent = class(TJSEvent,IJSMIDIMessageEvent) - Private + Protected function _Getdata: IJSUint8Array; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSMIDIMessageEventInit); overload; @@ -55221,7 +55221,7 @@ Type end; TJSMIDIPort = class(TJSEventTarget,IJSMIDIPort) - Private + Protected function _Getid: UnicodeString; function _Getmanufacturer: UnicodeString; function _Getname: UnicodeString; @@ -55273,7 +55273,7 @@ Type end; TJSMutationEvent = class(TJSEvent,IJSMutationEvent) - Private + Protected function _GetrelatedNode: IJSNode; function _GetprevValue: UnicodeString; function _GetnewValue: UnicodeString; @@ -55316,7 +55316,7 @@ Type end; TJSNetworkInformation = class(TJSEventTarget,IJSNetworkInformation) - Private + Protected function _Gettype_: TConnectionType; function _Getontypechange: TEventHandler; procedure _Setontypechange(const aValue: TEventHandler); @@ -55385,7 +55385,7 @@ Type end; TJSNode = class(TJSEventTarget,IJSNode) - Private + Protected function _GetnodeType: Word; function _GetnodeName: UnicodeString; function _GetbaseURI: UnicodeString; @@ -55504,7 +55504,7 @@ Type end; TJSNotification = class(TJSEventTarget,IJSNotification) - Private + Protected function _Getpermission: TNotificationPermission; function _Getonclick: TEventHandler; function _Getonshow: TEventHandler; @@ -55560,7 +55560,7 @@ Type end; TJSOfflineAudioCompletionEvent = class(TJSEvent,IJSOfflineAudioCompletionEvent) - Private + Protected function _GetrenderedBuffer: IJSAudioBuffer; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSOfflineAudioCompletionEventInit); overload; @@ -55598,7 +55598,7 @@ Type end; TJSOffscreenCanvas = class(TJSEventTarget,IJSOffscreenCanvas) - Private + Protected function _Getwidth: Cardinal; function _Getheight: Cardinal; function _Getoncontextlost: TEventHandler; @@ -55636,7 +55636,7 @@ Type end; TJSPageTransitionEvent = class(TJSEvent,IJSPageTransitionEvent) - Private + Protected function _Getpersisted: Boolean; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSPageTransitionEventInit); overload; @@ -55656,7 +55656,7 @@ Type end; TJSPaintWorkletGlobalScope = class(TJSWorkletGlobalScope,IJSPaintWorkletGlobalScope) - Private + Protected Public procedure registerPaint(const aName: UnicodeString; const aPaintCtor: TVoidFunction); overload; class function JSClassName: UnicodeString; override; @@ -55697,7 +55697,7 @@ Type end; TJSPaymentRequest = class(TJSEventTarget,IJSPaymentRequest) - Private + Protected function _Getid: UnicodeString; function _GetshippingAddress: IJSPaymentAddress; function _GetshippingOption: UnicodeString; @@ -55739,7 +55739,7 @@ Type end; TJSPaymentRequestUpdateEvent = class(TJSEvent,IJSPaymentRequestUpdateEvent) - Private + Protected Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSPaymentRequestUpdateEventInit); overload; constructor Create(const aType_: UnicodeString); overload; @@ -55781,7 +55781,7 @@ Type end; TJSPaymentResponse = class(TJSEventTarget,IJSPaymentResponse) - Private + Protected function _GetrequestId: UnicodeString; function _GetmethodName: UnicodeString; function _Getdetails: IJSObject; @@ -55854,7 +55854,7 @@ Type end; TJSPerformance = class(TJSEventTarget,IJSPerformance) - Private + Protected function _GettimeOrigin: TDOMHighResTimeStamp; function _Gettiming: IJSPerformanceTiming; function _Getnavigation: IJSPerformanceNavigation; @@ -55910,7 +55910,7 @@ Type end; TJSPerformanceEventTiming = class(TJSPerformanceEntry,IJSPerformanceEventTiming) - Private + Protected function _GetprocessingStart: TDOMHighResTimeStamp; function _GetprocessingEnd: TDOMHighResTimeStamp; function _Getcancelable: Boolean; @@ -55947,7 +55947,7 @@ Type end; TJSLargestContentfulPaint = class(TJSPerformanceEntry,IJSLargestContentfulPaint) - Private + Protected function _GetrenderTime: TDOMHighResTimeStamp; function _GetloadTime: TDOMHighResTimeStamp; function _Getsize: Cardinal; @@ -55977,7 +55977,7 @@ Type end; TJSPerformanceMark = class(TJSPerformanceEntry,IJSPerformanceMark) - Private + Protected function _Getdetail: Variant; Public constructor Create(const aMarkName: UnicodeString; const aMarkOptions: TJSPerformanceMarkOptions); overload; @@ -55998,7 +55998,7 @@ Type end; TJSPerformanceMeasure = class(TJSPerformanceEntry,IJSPerformanceMeasure) - Private + Protected function _Getdetail: Variant; Public class function JSClassName: UnicodeString; override; @@ -56015,7 +56015,7 @@ Type end; TJSPerformancePaintTiming = class(TJSPerformanceEntry,IJSPerformancePaintTiming) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSPerformancePaintTiming; @@ -56068,7 +56068,7 @@ Type end; TJSPerformanceResourceTiming = class(TJSPerformanceEntry,IJSPerformanceResourceTiming) - Private + Protected function _GetinitiatorType: UnicodeString; function _GetnextHopProtocol: UnicodeString; function _GetworkerStart: TDOMHighResTimeStamp; @@ -56127,7 +56127,7 @@ Type end; TJSPermissionStatus = class(TJSEventTarget,IJSPermissionStatus) - Private + Protected function _Getname: TPermissionName; function _Getstate: TPermissionState; function _Getonchange: TEventHandler; @@ -56151,7 +56151,7 @@ Type end; TJSPopStateEvent = class(TJSEvent,IJSPopStateEvent) - Private + Protected function _Getstate: Variant; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSPopStateEventInit); overload; @@ -56178,7 +56178,7 @@ Type end; TJSPopupBlockedEvent = class(TJSEvent,IJSPopupBlockedEvent) - Private + Protected function _GetrequestingWindow: IJSWindow; function _GetpopupWindowURI: IJSURI; function _GetpopupWindowName: UnicodeString; @@ -56209,7 +56209,7 @@ Type end; TJSProgressEvent = class(TJSEvent,IJSProgressEvent) - Private + Protected function _GetlengthComputable: Boolean; function _Getloaded: QWord; function _Gettotal: QWord; @@ -56236,7 +56236,7 @@ Type end; TJSPromiseRejectionEvent = class(TJSEvent,IJSPromiseRejectionEvent) - Private + Protected function _Getpromise: IJSPromise; function _Getreason: Variant; Public @@ -56259,7 +56259,7 @@ Type end; TJSRadioNodeList = class(TJSNodeList,IJSRadioNodeList) - Private + Protected function _Getvalue: UnicodeString; procedure _Setvalue(const aValue: UnicodeString); Public @@ -56303,7 +56303,7 @@ Type end; TJSRange = class(TJSAbstractRange,IJSRange) - Private + Protected function _GetcommonAncestorContainer: IJSNode; Public Const @@ -56353,7 +56353,7 @@ Type end; TJSReadableStreamBYOBReader = class(TJSReadableStreamGenericReader,IJSReadableStreamBYOBReader) - Private + Protected Public constructor Create(aStream: IJSReadableStream); overload; function read(aView: IJSArrayBufferView): IJSPromise; overload; // Promise @@ -56373,7 +56373,7 @@ Type end; TJSReadableStreamDefaultReader = class(TJSReadableStreamGenericReader,IJSReadableStreamDefaultReader) - Private + Protected Public constructor Create(aStream: IJSReadableStream); overload; function read: IJSPromise; overload; // Promise @@ -56403,7 +56403,7 @@ Type end; TJSDeprecationReportBody = class(TJSReportBody,IJSDeprecationReportBody) - Private + Protected function _Getid: UnicodeString; function _GetanticipatedRemoval: TDOMTimeStamp; function _Getmessage: UnicodeString; @@ -56457,7 +56457,7 @@ Type end; TJSRequest = class(TJSBody,IJSRequest) - Private + Protected function _Getmethod: UnicodeString; function _Geturl: UnicodeString; function _Getheaders: IJSHeaders; @@ -56549,7 +56549,7 @@ Type end; TJSRTCDataChannel = class(TJSEventTarget,IJSRTCDataChannel) - Private + Protected function _Getlabel_: UnicodeString; function _Getnegotiated: Boolean; function _Getordered: Boolean; @@ -56612,7 +56612,7 @@ Type end; TJSRTCDataChannelEvent = class(TJSEvent,IJSRTCDataChannelEvent) - Private + Protected function _Getchannel: IJSRTCDataChannel; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSRTCDataChannelEventInit); overload; @@ -56637,7 +56637,7 @@ Type end; TJSRTCDtlsTransport = class(TJSEventTarget,IJSRTCDtlsTransport) - Private + Protected function _GeticeTransport: IJSRTCIceTransport; function _Getstate: TRTCDtlsTransportState; function _Getonstatechange: TEventHandler; @@ -56667,7 +56667,7 @@ Type end; TJSRTCDTMFSender = class(TJSEventTarget,IJSRTCDTMFSender) - Private + Protected function _Getontonechange: TEventHandler; function _GettoneBuffer: UnicodeString; procedure _Setontonechange(const aValue: TEventHandler); @@ -56692,7 +56692,7 @@ Type end; TJSRTCDTMFToneChangeEvent = class(TJSEvent,IJSRTCDTMFToneChangeEvent) - Private + Protected function _Gettone: UnicodeString; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSRTCDTMFToneChangeEventInit); overload; @@ -56721,7 +56721,7 @@ Type end; TJSRTCIceTransport = class(TJSEventTarget,IJSRTCIceTransport) - Private + Protected function _Getstate: TRTCIceTransportState; function _GetgatheringState: TRTCIceGathererState; function _Getonstatechange: TEventHandler; @@ -56852,7 +56852,7 @@ Type end; TJSRTCPeerConnection = class(TJSEventTarget,IJSRTCPeerConnection) - Private + Protected function _GetlocalDescription: IJSRTCSessionDescription; function _GetcurrentLocalDescription: IJSRTCSessionDescription; function _GetpendingLocalDescription: IJSRTCSessionDescription; @@ -56971,7 +56971,7 @@ Type end; TJSRTCPeerConnectionIceEvent = class(TJSEvent,IJSRTCPeerConnectionIceEvent) - Private + Protected function _Getcandidate: IJSRTCIceCandidate; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSRTCPeerConnectionIceEventInit); overload; @@ -57001,7 +57001,7 @@ Type end; TJSRTCSctpTransport = class(TJSEventTarget,IJSRTCSctpTransport) - Private + Protected function _Gettransport: IJSRTCDtlsTransport; function _Getstate: TRTCSctpTransportState; function _GetmaxMessageSize: Double; @@ -57035,7 +57035,7 @@ Type end; TJSRTCTrackEvent = class(TJSEvent,IJSRTCTrackEvent) - Private + Protected function _Getreceiver: IJSRTCRtpReceiver; function _Gettrack: IJSMediaStreamTrack; function _Getstreams: TJSMediaStreamDynArray; @@ -57061,7 +57061,7 @@ Type end; TJSRTCTransformEvent = class(TJSEvent,IJSRTCTransformEvent) - Private + Protected function _Gettransformer: IJSRTCRtpScriptTransformer; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSRTCTransformEventInit); overload; @@ -57116,7 +57116,7 @@ Type end; TJSScreen = class(TJSEventTarget,IJSScreen) - Private + Protected function _GetavailWidth: LongInt; function _GetavailHeight: LongInt; function _Getwidth: LongInt; @@ -57177,7 +57177,7 @@ Type end; TJSScreenOrientation = class(TJSEventTarget,IJSScreenOrientation) - Private + Protected function _Gettype_: TOrientationType; function _Getangle: Word; function _Getonchange: TEventHandler; @@ -57225,7 +57225,7 @@ Type end; TJSSecurityPolicyViolationEvent = class(TJSEvent,IJSSecurityPolicyViolationEvent) - Private + Protected function _GetdocumentURI: UnicodeString; function _Getreferrer: UnicodeString; function _GetblockedURI: UnicodeString; @@ -57279,7 +57279,7 @@ Type end; TJSServiceWorker = class(TJSEventTarget,IJSServiceWorker) - Private + Protected function _GetscriptURL: UnicodeString; function _Getstate: TServiceWorkerState; function _Getonstatechange: TEventHandler; @@ -57327,7 +57327,7 @@ Type end; TJSServiceWorkerContainer = class(TJSEventTarget,IJSServiceWorkerContainer) - Private + Protected function _Getcontroller: IJSServiceWorker; function _Getready: IJSPromise; function _Getoncontrollerchange: TEventHandler; @@ -57385,7 +57385,7 @@ Type end; TJSServiceWorkerRegistration = class(TJSEventTarget,IJSServiceWorkerRegistration) - Private + Protected function _Getinstalling: IJSServiceWorker; function _Getwaiting: IJSServiceWorker; function _Getactive: IJSServiceWorker; @@ -57430,7 +57430,7 @@ Type end; TJSSharedWorker = class(TJSEventTarget,IJSSharedWorker) - Private + Protected function _Getport: IJSMessagePort; function _Getonerror: TEventHandler; procedure _Setonerror(const aValue: TEventHandler); @@ -57492,7 +57492,7 @@ Type end; TJSSourceBuffer = class(TJSEventTarget,IJSSourceBuffer) - Private + Protected function _Getmode: TSourceBufferAppendMode; function _Getupdating: Boolean; function _Getbuffered: IJSTimeRanges; @@ -57555,7 +57555,7 @@ Type end; TJSSourceBufferList = class(TJSEventTarget,IJSSourceBufferList) - Private + Protected function _Getlength_: Cardinal; function _Getonaddsourcebuffer: TEventHandler; function _Getonremovesourcebuffer: TEventHandler; @@ -57634,7 +57634,7 @@ Type end; TJSSpeechRecognition = class(TJSEventTarget,IJSSpeechRecognition) - Private + Protected function _Getgrammars: IJSSpeechGrammarList; function _Getlang: UnicodeString; function _Getcontinuous: Boolean; @@ -57709,7 +57709,7 @@ Type end; TJSSpeechRecognitionError = class(TJSEvent,IJSSpeechRecognitionError) - Private + Protected function _Geterror: TSpeechRecognitionErrorCode; function _Getmessage: UnicodeString; Public @@ -57738,7 +57738,7 @@ Type end; TJSSpeechRecognitionEvent = class(TJSEvent,IJSSpeechRecognitionEvent) - Private + Protected function _GetresultIndex: Cardinal; function _Getresults: IJSSpeechRecognitionResultList; function _Getinterpretation: Variant; @@ -57779,7 +57779,7 @@ Type end; TJSSpeechSynthesis = class(TJSEventTarget,IJSSpeechSynthesis) - Private + Protected function _Getpending: Boolean; function _Getspeaking: Boolean; function _Getpaused: Boolean; @@ -57818,7 +57818,7 @@ Type end; TJSSpeechSynthesisEvent = class(TJSEvent,IJSSpeechSynthesisEvent) - Private + Protected function _Getutterance: IJSSpeechSynthesisUtterance; function _GetcharIndex: Cardinal; function _GetcharLength: Cardinal; @@ -57883,7 +57883,7 @@ Type end; TJSSpeechSynthesisUtterance = class(TJSEventTarget,IJSSpeechSynthesisUtterance) - Private + Protected function _Gettext: UnicodeString; function _Getlang: UnicodeString; function _Getvoice: IJSSpeechSynthesisVoice; @@ -57939,7 +57939,7 @@ Type end; TJSStaticRange = class(TJSAbstractRange,IJSStaticRange) - Private + Protected Public constructor Create(const aInit: TJSStaticRangeInit); overload; class function JSClassName: UnicodeString; override; @@ -57973,7 +57973,7 @@ Type end; TJSStorageEvent = class(TJSEvent,IJSStorageEvent) - Private + Protected function _Getkey: UnicodeString; function _GetoldValue: UnicodeString; function _GetnewValue: UnicodeString; @@ -58032,7 +58032,7 @@ Type end; TJSStreamFilter = class(TJSEventTarget,IJSStreamFilter) - Private + Protected function _Getstatus: TStreamFilterStatus; function _Geterror: UnicodeString; function _Getondata: TEventHandler; @@ -58071,7 +58071,7 @@ Type end; TJSStreamFilterDataEvent = class(TJSEvent,IJSStreamFilterDataEvent) - Private + Protected function _Getdata: IJSArrayBuffer; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSStreamFilterDataEventInit); overload; @@ -58092,7 +58092,7 @@ Type end; TJSSubmitEvent = class(TJSEvent,IJSSubmitEvent) - Private + Protected function _Getsubmitter: IJSHTMLElement; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSSubmitEventInit); overload; @@ -58111,7 +58111,7 @@ Type end; TJSSVGPathSegClosePath = class(TJSSVGPathSeg,IJSSVGPathSegClosePath) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGPathSegClosePath; @@ -58132,7 +58132,7 @@ Type end; TJSSVGPathSegMovetoAbs = class(TJSSVGPathSeg,IJSSVGPathSegMovetoAbs) - Private + Protected function _Getx: Single; function _Gety: Single; procedure _Setx(const aValue: Single); @@ -58159,7 +58159,7 @@ Type end; TJSSVGPathSegMovetoRel = class(TJSSVGPathSeg,IJSSVGPathSegMovetoRel) - Private + Protected function _Getx: Single; function _Gety: Single; procedure _Setx(const aValue: Single); @@ -58186,7 +58186,7 @@ Type end; TJSSVGPathSegLinetoAbs = class(TJSSVGPathSeg,IJSSVGPathSegLinetoAbs) - Private + Protected function _Getx: Single; function _Gety: Single; procedure _Setx(const aValue: Single); @@ -58213,7 +58213,7 @@ Type end; TJSSVGPathSegLinetoRel = class(TJSSVGPathSeg,IJSSVGPathSegLinetoRel) - Private + Protected function _Getx: Single; function _Gety: Single; procedure _Setx(const aValue: Single); @@ -58252,7 +58252,7 @@ Type end; TJSSVGPathSegCurvetoCubicAbs = class(TJSSVGPathSeg,IJSSVGPathSegCurvetoCubicAbs) - Private + Protected function _Getx: Single; function _Gety: Single; function _Getx1: Single; @@ -58303,7 +58303,7 @@ Type end; TJSSVGPathSegCurvetoCubicRel = class(TJSSVGPathSeg,IJSSVGPathSegCurvetoCubicRel) - Private + Protected function _Getx: Single; function _Gety: Single; function _Getx1: Single; @@ -58348,7 +58348,7 @@ Type end; TJSSVGPathSegCurvetoQuadraticAbs = class(TJSSVGPathSeg,IJSSVGPathSegCurvetoQuadraticAbs) - Private + Protected function _Getx: Single; function _Gety: Single; function _Getx1: Single; @@ -58387,7 +58387,7 @@ Type end; TJSSVGPathSegCurvetoQuadraticRel = class(TJSSVGPathSeg,IJSSVGPathSegCurvetoQuadraticRel) - Private + Protected function _Getx: Single; function _Gety: Single; function _Getx1: Single; @@ -58435,7 +58435,7 @@ Type end; TJSSVGPathSegArcAbs = class(TJSSVGPathSeg,IJSSVGPathSegArcAbs) - Private + Protected function _Getx: Single; function _Gety: Single; function _Getr1: Single; @@ -58492,7 +58492,7 @@ Type end; TJSSVGPathSegArcRel = class(TJSSVGPathSeg,IJSSVGPathSegArcRel) - Private + Protected function _Getx: Single; function _Gety: Single; function _Getr1: Single; @@ -58531,7 +58531,7 @@ Type end; TJSSVGPathSegLinetoHorizontalAbs = class(TJSSVGPathSeg,IJSSVGPathSegLinetoHorizontalAbs) - Private + Protected function _Getx: Single; procedure _Setx(const aValue: Single); Public @@ -58552,7 +58552,7 @@ Type end; TJSSVGPathSegLinetoHorizontalRel = class(TJSSVGPathSeg,IJSSVGPathSegLinetoHorizontalRel) - Private + Protected function _Getx: Single; procedure _Setx(const aValue: Single); Public @@ -58573,7 +58573,7 @@ Type end; TJSSVGPathSegLinetoVerticalAbs = class(TJSSVGPathSeg,IJSSVGPathSegLinetoVerticalAbs) - Private + Protected function _Gety: Single; procedure _Sety(const aValue: Single); Public @@ -58594,7 +58594,7 @@ Type end; TJSSVGPathSegLinetoVerticalRel = class(TJSSVGPathSeg,IJSSVGPathSegLinetoVerticalRel) - Private + Protected function _Gety: Single; procedure _Sety(const aValue: Single); Public @@ -58624,7 +58624,7 @@ Type end; TJSSVGPathSegCurvetoCubicSmoothAbs = class(TJSSVGPathSeg,IJSSVGPathSegCurvetoCubicSmoothAbs) - Private + Protected function _Getx: Single; function _Gety: Single; function _Getx2: Single; @@ -58663,7 +58663,7 @@ Type end; TJSSVGPathSegCurvetoCubicSmoothRel = class(TJSSVGPathSeg,IJSSVGPathSegCurvetoCubicSmoothRel) - Private + Protected function _Getx: Single; function _Gety: Single; function _Getx2: Single; @@ -58696,7 +58696,7 @@ Type end; TJSSVGPathSegCurvetoQuadraticSmoothAbs = class(TJSSVGPathSeg,IJSSVGPathSegCurvetoQuadraticSmoothAbs) - Private + Protected function _Getx: Single; function _Gety: Single; procedure _Setx(const aValue: Single); @@ -58723,7 +58723,7 @@ Type end; TJSSVGPathSegCurvetoQuadraticSmoothRel = class(TJSSVGPathSeg,IJSSVGPathSegCurvetoQuadraticSmoothRel) - Private + Protected function _Getx: Single; function _Gety: Single; procedure _Setx(const aValue: Single); @@ -58746,7 +58746,7 @@ Type end; TJSTaskPriorityChangeEvent = class(TJSEvent,IJSTaskPriorityChangeEvent) - Private + Protected function _GetpreviousPriority: TTaskPriority; Public constructor Create(const aType_: UnicodeString; const aPriorityChangeEventInitDict: TJSTaskPriorityChangeEventInit); overload; @@ -58773,7 +58773,7 @@ Type end; TJSTCPServerSocket = class(TJSEventTarget,IJSTCPServerSocket) - Private + Protected function _GetlocalPort: Word; function _Getonconnect: TEventHandler; function _Getonerror: TEventHandler; @@ -58802,7 +58802,7 @@ Type end; TJSTCPServerSocketEvent = class(TJSEvent,IJSTCPServerSocketEvent) - Private + Protected function _Getsocket: IJSTCPSocket; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSTCPServerSocketEventInit); overload; @@ -58858,7 +58858,7 @@ Type end; TJSTCPSocket = class(TJSEventTarget,IJSTCPSocket) - Private + Protected function _Gettransport: IJSnsISocketTransport; function _Gethost: UnicodeString; function _Getport: Word; @@ -58918,7 +58918,7 @@ Type end; TJSTCPSocketErrorEvent = class(TJSEvent,IJSTCPSocketErrorEvent) - Private + Protected function _Getname: UnicodeString; function _Getmessage: UnicodeString; function _GeterrorCode: Cardinal; @@ -58943,7 +58943,7 @@ Type end; TJSTCPSocketEvent = class(TJSEvent,IJSTCPSocketEvent) - Private + Protected function _Getdata: Variant; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSTCPSocketEventInit); overload; @@ -59040,7 +59040,7 @@ Type end; TJSTestInterfaceJS = class(TJSEventTarget,IJSTestInterfaceJS) - Private + Protected function _GetanyArg: Variant; function _GetobjectArg: IJSObject; function _GetanyAttr: Variant; @@ -59119,7 +59119,7 @@ Type end; TJSTextDecoder = class(TJSTextDecoderCommon,IJSTextDecoder) - Private + Protected Public constructor Create(const aLabel_: UnicodeString; const aOptions: TJSTextDecoderOptions); overload; constructor Create; overload; @@ -59143,7 +59143,7 @@ Type end; TJSTextEncoder = class(TJSTextEncoderCommon,IJSTextEncoder) - Private + Protected Public constructor Create; overload; function encode(const aInput: UTF8String): IJSUint8Array; overload; @@ -59184,7 +59184,7 @@ Type end; TJSTextTrack = class(TJSEventTarget,IJSTextTrack) - Private + Protected function _Getkind: TTextTrackKind; function _Getlabel_: UnicodeString; function _Getlanguage: UnicodeString; @@ -59241,7 +59241,7 @@ Type end; TJSTextTrackCue = class(TJSEventTarget,IJSTextTrackCue) - Private + Protected function _Gettrack: IJSTextTrack; function _Getid: UnicodeString; function _GetstartTime: Double; @@ -59289,7 +59289,7 @@ Type end; TJSTextTrackList = class(TJSEventTarget,IJSTextTrackList) - Private + Protected function _Getlength_: Cardinal; function _Getonchange: TEventHandler; function _Getonaddtrack: TEventHandler; @@ -59324,7 +59324,7 @@ Type end; TJSTimeEvent = class(TJSEvent,IJSTimeEvent) - Private + Protected function _Getdetail: LongInt; function _Getview: IJSWindowProxy; Public @@ -59350,7 +59350,7 @@ Type end; TJSToggleEvent = class(TJSEvent,IJSToggleEvent) - Private + Protected function _GetoldState: UnicodeString; function _GetnewState: UnicodeString; Public @@ -59375,7 +59375,7 @@ Type end; TJSTrackEvent = class(TJSEvent,IJSTrackEvent) - Private + Protected function _Gettrack: TTrackEvent_track_Type; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSTrackEventInit); overload; @@ -59400,7 +59400,7 @@ Type end; TJSTransitionEvent = class(TJSEvent,IJSTransitionEvent) - Private + Protected function _GetpropertyName: UnicodeString; function _GetelapsedTime: Single; function _GetpseudoElement: UnicodeString; @@ -59442,7 +59442,7 @@ Type end; TJSUIEvent = class(TJSEvent,IJSUIEvent) - Private + Protected function _Getview: IJSWindowProxy; function _Getdetail: LongInt; function _GetlayerX: LongInt; @@ -59484,7 +59484,7 @@ Type end; TJSUserProximityEvent = class(TJSEvent,IJSUserProximityEvent) - Private + Protected function _Getnear: Boolean; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSUserProximityEventInit); overload; @@ -59515,7 +59515,7 @@ Type end; TJSVideoDecoder = class(TJSEventTarget,IJSVideoDecoder) - Private + Protected function _Getstate: TCodecState; function _GetdecodeQueueSize: Cardinal; function _Getondequeue: TEventHandler; @@ -59557,7 +59557,7 @@ Type end; TJSVideoEncoder = class(TJSEventTarget,IJSVideoEncoder) - Private + Protected function _Getstate: TCodecState; function _GetencodeQueueSize: Cardinal; function _Getondequeue: TEventHandler; @@ -59602,7 +59602,7 @@ Type end; TJSVideoTrackList = class(TJSEventTarget,IJSVideoTrackList) - Private + Protected function _Getlength_: Cardinal; function _GetselectedIndex: LongInt; function _Getonchange: TEventHandler; @@ -59652,7 +59652,7 @@ Type end; TJSVisualViewport = class(TJSEventTarget,IJSVisualViewport) - Private + Protected function _GetoffsetLeft: Double; function _GetoffsetTop: Double; function _GetpageLeft: Double; @@ -59716,7 +59716,7 @@ Type end; TJSVRDisplay = class(TJSEventTarget,IJSVRDisplay) - Private + Protected function _GetisConnected: Boolean; function _GetisPresenting: Boolean; function _Getcapabilities: IJSVRDisplayCapabilities; @@ -59763,7 +59763,7 @@ Type end; TJSVRDisplayEvent = class(TJSEvent,IJSVRDisplayEvent) - Private + Protected function _Getdisplay: IJSVRDisplay; function _Getreason: TVRDisplayEventReason; Public @@ -59791,7 +59791,7 @@ Type end; TJSWakeLockSentinel = class(TJSEventTarget,IJSWakeLockSentinel) - Private + Protected function _Getreleased: Boolean; function _Gettype_: TWakeLockType; function _Getonrelease: TEventHandler; @@ -59822,7 +59822,7 @@ Type end; TJSPublicKeyCredential = class(TJSCredential,IJSPublicKeyCredential) - Private + Protected function _GetrawId: IJSArrayBuffer; function _Getresponse: IJSAuthenticatorResponse; function _GetauthenticatorAttachment: UnicodeString; @@ -59855,7 +59855,7 @@ Type end; TJSAuthenticatorAttestationResponse = class(TJSAuthenticatorResponse,IJSAuthenticatorAttestationResponse) - Private + Protected function _GetattestationObject: IJSArrayBuffer; Public function getTransports: TUnicodeStringDynArray; overload; @@ -59882,7 +59882,7 @@ Type end; TJSAuthenticatorAssertionResponse = class(TJSAuthenticatorResponse,IJSAuthenticatorAssertionResponse) - Private + Protected function _GetauthenticatorData: IJSArrayBuffer; function _Getsignature: IJSArrayBuffer; function _GetuserHandle: IJSArrayBuffer; @@ -59905,7 +59905,7 @@ Type end; TJSWebGLContextEvent = class(TJSEvent,IJSWebGLContextEvent) - Private + Protected function _GetstatusMessage: UnicodeString; Public constructor Create(const aType_: UnicodeString; const aEventInit: TJSWebGLContextEventInit); overload; @@ -59970,7 +59970,7 @@ Type end; TJSWebGLRenderingContext = class(TJSWebGLRenderingContextBase,IJSWebGLRenderingContext) - Private + Protected Public procedure bufferData(aTarget: TGLenum; aSize: TGLsizeiptr; aUsage: TGLenum); overload; procedure bufferData(aTarget: TGLenum; aData: IJSArrayBuffer; aUsage: TGLenum); overload; @@ -60063,7 +60063,7 @@ Type end; TJSGPUDevice = class(TJSEventTarget,IJSGPUDevice) - Private + Protected function _Getfeatures: IJSGPUSupportedFeatures; function _Getlimits: IJSGPUSupportedLimits; function _Getqueue: IJSGPUQueue; @@ -60124,7 +60124,7 @@ Type end; TJSGPUBuffer = class(TJSGPUObjectBase,IJSGPUBuffer) - Private + Protected function _Getsize: TGPUSize64Out; function _Getusage: TGPUFlagsConstant; function _GetmapState: TGPUBufferMapState; @@ -60172,7 +60172,7 @@ Type end; TJSGPUTexture = class(TJSGPUObjectBase,IJSGPUTexture) - Private + Protected function _Getwidth: TGPUIntegerCoordinateOut; function _Getheight: TGPUIntegerCoordinateOut; function _GetdepthOrArrayLayers: TGPUIntegerCoordinateOut; @@ -60206,7 +60206,7 @@ Type end; TJSGPUTextureView = class(TJSGPUObjectBase,IJSGPUTextureView) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSGPUTextureView; @@ -60221,7 +60221,7 @@ Type end; TJSGPUSampler = class(TJSGPUObjectBase,IJSGPUSampler) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSGPUSampler; @@ -60236,7 +60236,7 @@ Type end; TJSGPUBindGroupLayout = class(TJSGPUObjectBase,IJSGPUBindGroupLayout) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSGPUBindGroupLayout; @@ -60251,7 +60251,7 @@ Type end; TJSGPUBindGroup = class(TJSGPUObjectBase,IJSGPUBindGroup) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSGPUBindGroup; @@ -60266,7 +60266,7 @@ Type end; TJSGPUPipelineLayout = class(TJSGPUObjectBase,IJSGPUPipelineLayout) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSGPUPipelineLayout; @@ -60283,7 +60283,7 @@ Type end; TJSGPUShaderModule = class(TJSGPUObjectBase,IJSGPUShaderModule) - Private + Protected Public function compilationInfo: IJSPromise; overload; // Promise function getCompilationInfo: IJSPromise; overload; // Promise @@ -60300,7 +60300,7 @@ Type end; TJSGPUCommandBuffer = class(TJSGPUObjectBase,IJSGPUCommandBuffer) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSGPUCommandBuffer; @@ -60315,7 +60315,7 @@ Type end; TJSGPURenderBundle = class(TJSGPUObjectBase,IJSGPURenderBundle) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSGPURenderBundle; @@ -60340,7 +60340,7 @@ Type end; TJSGPUQueue = class(TJSGPUObjectBase,IJSGPUQueue) - Private + Protected Public procedure submit(const aBuffers: TJSGPUCommandBufferDynArray); overload; function onSubmittedWorkDone: IJSPromise; overload; // Promise @@ -60365,7 +60365,7 @@ Type end; TJSGPUQuerySet = class(TJSGPUObjectBase,IJSGPUQuerySet) - Private + Protected Public procedure destroy; overload; class function JSClassName: UnicodeString; override; @@ -60381,7 +60381,7 @@ Type end; TJSGPUValidationError = class(TJSGPUError,IJSGPUValidationError) - Private + Protected Public constructor Create(const aMessage: UnicodeString); overload; class function JSClassName: UnicodeString; override; @@ -60397,7 +60397,7 @@ Type end; TJSGPUOutOfMemoryError = class(TJSGPUError,IJSGPUOutOfMemoryError) - Private + Protected Public constructor Create(const aMessage: UnicodeString); overload; class function JSClassName: UnicodeString; override; @@ -60413,7 +60413,7 @@ Type end; TJSGPUInternalError = class(TJSGPUError,IJSGPUInternalError) - Private + Protected Public constructor Create(const aMessage: UnicodeString); overload; class function JSClassName: UnicodeString; override; @@ -60463,7 +60463,7 @@ Type end; TJSWebSocket = class(TJSEventTarget,IJSWebSocket) - Private + Protected function _Geturl: UnicodeString; function _GetreadyState: Word; function _GetbufferedAmount: QWord; @@ -60520,7 +60520,7 @@ Type end; TJSTaskController = class(TJSAbortController,IJSTaskController) - Private + Protected Public constructor Create(const aInit: TJSTaskControllerInit); overload; constructor Create; overload; @@ -60542,7 +60542,7 @@ Type end; TJSWebTransportSendStream = class(TJSWritableStream,IJSWebTransportSendStream) - Private + Protected function _GetsendOrder: Int64; procedure _SetsendOrder(const aValue: Int64); Public @@ -60562,7 +60562,7 @@ Type end; TJSWebTransportReceiveStream = class(TJSReadableStream,IJSWebTransportReceiveStream) - Private + Protected Public function getStats: IJSPromise; overload; // Promise class function JSClassName: UnicodeString; override; @@ -60584,7 +60584,7 @@ Type end; TJSXRSystem = class(TJSEventTarget,IJSXRSystem) - Private + Protected function _Getondevicechange: TEventHandler; procedure _Setondevicechange(const aValue: TEventHandler); Public @@ -60649,7 +60649,7 @@ Type end; TJSXRSession = class(TJSEventTarget,IJSXRSession) - Private + Protected function _GetvisibilityState: TXRVisibilityState; function _GetrenderState: IJSXRRenderState; function _GetinputSources: IJSXRInputSourceArray; @@ -60708,7 +60708,7 @@ Type end; TJSXRSpace = class(TJSEventTarget,IJSXRSpace) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSXRSpace; @@ -60726,7 +60726,7 @@ Type end; TJSXRViewerPose = class(TJSXRPose,IJSXRViewerPose) - Private + Protected function _Getviews: TJSXRViewDynArray; Public class function JSClassName: UnicodeString; override; @@ -61378,7 +61378,7 @@ Type end; TJSWindow = class(TJSEventTarget,IJSWindow) - Private + Protected function _Getwindow: IJSWindowProxy; function _Getself_: IJSWindowProxy; function _Getdocument: IJSDocument; @@ -62045,7 +62045,7 @@ Type end; TJSWorker = class(TJSEventTarget,IJSWorker) - Private + Protected function _Getonmessage: TEventHandler; function _Getonmessageerror: TEventHandler; function _Getonerror: TEventHandler; @@ -62098,7 +62098,7 @@ Type end; TJSWorkerDebuggerGlobalScope = class(TJSEventTarget,IJSWorkerDebuggerGlobalScope) - Private + Protected function _Getglobal: IJSObject; function _Getonmessage: TEventHandler; function _Getonmessageerror: TEventHandler; @@ -62222,7 +62222,7 @@ Type end; TJSWorkerGlobalScope = class(TJSEventTarget,IJSWorkerGlobalScope) - Private + Protected function _Getself_: IJSWorkerGlobalScope; function _Getlocation: IJSWorkerLocation; function _Getnavigator: IJSWorkerNavigator; @@ -62344,7 +62344,7 @@ Type end; TJSXMLHttpRequestEventTarget = class(TJSEventTarget,IJSXMLHttpRequestEventTarget) - Private + Protected function _Getonloadstart: TEventHandler; function _Getonprogress: TEventHandler; function _Getonabort: TEventHandler; @@ -62380,7 +62380,7 @@ Type end; TJSXPathEvaluator = class(TJSXPathEvaluatorMixin,IJSXPathEvaluator) - Private + Protected Public constructor Create; overload; class function JSClassName: UnicodeString; override; @@ -62400,7 +62400,7 @@ Type end; TJSXRInputSourceEvent = class(TJSEvent,IJSXRInputSourceEvent) - Private + Protected function _Getframe: IJSXRFrame; function _GetinputSource: IJSXRInputSource; Public @@ -62426,7 +62426,7 @@ Type end; TJSXRInputSourcesChangeEvent = class(TJSEvent,IJSXRInputSourcesChangeEvent) - Private + Protected function _Getsession: IJSXRSession; function _Getadded: TJSXRInputSourceDynArray; function _Getremoved: TJSXRInputSourceDynArray; @@ -62452,7 +62452,7 @@ Type end; TJSXRReferenceSpaceEvent = class(TJSEvent,IJSXRReferenceSpaceEvent) - Private + Protected function _GetreferenceSpace: IJSXRReferenceSpace; function _Gettransform: IJSXRRigidTransform; Public @@ -62474,7 +62474,7 @@ Type end; TJSXRSessionEvent = class(TJSEvent,IJSXRSessionEvent) - Private + Protected function _Getsession: IJSXRSession; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSXRSessionEventInit); overload; @@ -62510,7 +62510,7 @@ Type end; TJSAnalyserNode = class(TJSAudioNode,IJSAnalyserNode) - Private + Protected function _GetfftSize: Cardinal; function _GetfrequencyBinCount: Cardinal; function _GetminDecibels: Double; @@ -62560,7 +62560,7 @@ Type end; TJSAttr = class(TJSNode,IJSAttr) - Private + Protected function _GetlocalName: UnicodeString; function _Getvalue: UnicodeString; function _Getname: UnicodeString; @@ -62601,7 +62601,7 @@ Type end; TJSAudioContext = class(TJSBaseAudioContext,IJSAudioContext) - Private + Protected function _GetbaseLatency: Double; function _GetoutputLatency: Double; Public @@ -62631,7 +62631,7 @@ Type end; TJSAudioDestinationNode = class(TJSAudioNode,IJSAudioDestinationNode) - Private + Protected function _GetmaxChannelCount: Cardinal; Public class function JSClassName: UnicodeString; override; @@ -62655,7 +62655,7 @@ Type end; TJSAudioScheduledSourceNode = class(TJSAudioNode,IJSAudioScheduledSourceNode) - Private + Protected function _Getonended: TEventHandler; procedure _Setonended(const aValue: TEventHandler); Public @@ -62684,7 +62684,7 @@ Type end; TJSAudioWorkletNode = class(TJSAudioNode,IJSAudioWorkletNode) - Private + Protected function _Getparameters: IJSAudioParamMap; function _Getport: IJSMessagePort; function _Getonprocessorerror: TEventHandler; @@ -62720,7 +62720,7 @@ Type end; TJSBiquadFilterNode = class(TJSAudioNode,IJSBiquadFilterNode) - Private + Protected function _Gettype_: TBiquadFilterType; function _Getfrequency: IJSAudioParam; function _Getdetune: IJSAudioParam; @@ -62752,7 +62752,7 @@ Type end; TJSCanvasCaptureMediaStream = class(TJSMediaStream,IJSCanvasCaptureMediaStream) - Private + Protected function _Getcanvas: IJSHTMLCanvasElement; Public procedure requestFrame; overload; @@ -62770,7 +62770,7 @@ Type end; TJSChannelMergerNode = class(TJSAudioNode,IJSChannelMergerNode) - Private + Protected Public constructor Create(aContext: IJSBaseAudioContext; const aOptions: TJSChannelMergerOptions); overload; constructor Create(aContext: IJSBaseAudioContext); overload; @@ -62787,7 +62787,7 @@ Type end; TJSChannelSplitterNode = class(TJSAudioNode,IJSChannelSplitterNode) - Private + Protected Public constructor Create(aContext: IJSBaseAudioContext; const aOptions: TJSChannelSplitterOptions); overload; constructor Create(aContext: IJSBaseAudioContext); overload; @@ -62825,7 +62825,7 @@ Type end; TJSCharacterData = class(TJSNode,IJSCharacterData) - Private + Protected function _Getdata: UnicodeString; function _Getlength_: Cardinal; function _GetpreviousElementSibling: IJSElement; @@ -62871,7 +62871,7 @@ Type end; TJSCompositionEvent = class(TJSUIEvent,IJSCompositionEvent) - Private + Protected function _Getdata: UnicodeString; function _Getlocale: UnicodeString; Public @@ -62904,7 +62904,7 @@ Type end; TJSConvolverNode = class(TJSAudioNode,IJSConvolverNode) - Private + Protected function _Getbuffer: IJSAudioBuffer; function _Getnormalize: Boolean; procedure _Setbuffer(const aValue: IJSAudioBuffer); @@ -62929,7 +62929,7 @@ Type end; TJSCSSAnimation = class(TJSAnimation,IJSCSSAnimation) - Private + Protected function _GetanimationName: UnicodeString; Public class function JSClassName: UnicodeString; override; @@ -62948,7 +62948,7 @@ Type end; TJSCSSConditionRule = class(TJSCSSGroupingRule,IJSCSSConditionRule) - Private + Protected function _GetconditionText: UTF8String; Public class function JSClassName: UnicodeString; override; @@ -62967,7 +62967,7 @@ Type end; TJSCSSLayerBlockRule = class(TJSCSSGroupingRule,IJSCSSLayerBlockRule) - Private + Protected function _Getname: UTF8String; Public class function JSClassName: UnicodeString; override; @@ -62988,7 +62988,7 @@ Type end; TJSCSSScopeRule = class(TJSCSSGroupingRule,IJSCSSScopeRule) - Private + Protected function _Getstart: UTF8String; function _Getend_: UTF8String; Public @@ -63012,7 +63012,7 @@ Type end; TJSCSSStyleRule = class(TJSCSSGroupingRule,IJSCSSStyleRule) - Private + Protected function _GetselectorText: UTF8String; function _Getstyle: IJSCSSStyleDeclaration; procedure _SetselectorText(const aValue: UTF8String); @@ -63034,7 +63034,7 @@ Type end; TJSCSSTransition = class(TJSAnimation,IJSCSSTransition) - Private + Protected function _GettransitionProperty: UnicodeString; Public class function JSClassName: UnicodeString; override; @@ -63068,7 +63068,7 @@ Type end; TJSDedicatedWorkerGlobalScope = class(TJSWorkerGlobalScope,IJSDedicatedWorkerGlobalScope) - Private + Protected function _Getname: UnicodeString; function _Getonmessage: TEventHandler; function _Getonmessageerror: TEventHandler; @@ -63102,7 +63102,7 @@ Type end; TJSDelayNode = class(TJSAudioNode,IJSDelayNode) - Private + Protected function _GetdelayTime: IJSAudioParam; Public constructor Create(aContext: IJSBaseAudioContext; const aOptions: TJSDelayOptions); overload; @@ -63719,7 +63719,7 @@ Type end; TJSDocument = class(TJSNode,IJSDocument) - Private + Protected function _Getimplementation_: IJSDOMImplementation; function _GetURL: UnicodeString; function _GetdocumentURI: UnicodeString; @@ -64347,7 +64347,7 @@ Type end; TJSDocumentFragment = class(TJSNode,IJSDocumentFragment) - Private + Protected function _Getchildren: IJSHTMLCollection; function _GetfirstElementChild: IJSElement; function _GetlastElementChild: IJSElement; @@ -64393,7 +64393,7 @@ Type end; TJSDocumentType = class(TJSNode,IJSDocumentType) - Private + Protected function _Getname: UnicodeString; function _GetpublicId: UnicodeString; function _GetsystemId: UnicodeString; @@ -64433,7 +64433,7 @@ Type end; TJSDynamicsCompressorNode = class(TJSAudioNode,IJSDynamicsCompressorNode) - Private + Protected function _Getthreshold: IJSAudioParam; function _Getknee: IJSAudioParam; function _Getratio: IJSAudioParam; @@ -64775,7 +64775,7 @@ Type end; TJSElement = class(TJSNode,IJSElement) - Private + Protected function _GetnamespaceURI: UnicodeString; function _Getprefix: UnicodeString; function _GetlocalName: UnicodeString; @@ -65113,7 +65113,7 @@ Type end; TJSExtendableMessageEvent = class(TJSExtendableEvent,IJSExtendableMessageEvent) - Private + Protected function _Getdata: Variant; function _Getorigin: UnicodeString; function _GetlastEventId: UnicodeString; @@ -65151,7 +65151,7 @@ Type end; TJSFetchEvent = class(TJSExtendableEvent,IJSFetchEvent) - Private + Protected function _Getrequest: IJSRequest; function _GetpreloadResponse: IJSPromise; function _GetclientId: UnicodeString; @@ -65180,7 +65180,7 @@ Type end; TJSFocusEvent = class(TJSUIEvent,IJSFocusEvent) - Private + Protected function _GetrelatedTarget: IJSEventTarget; Public constructor Create(const aTypeArg: UnicodeString; const aFocusEventInitDict: TJSFocusEventInit); overload; @@ -65201,7 +65201,7 @@ Type end; TJSGainNode = class(TJSAudioNode,IJSGainNode) - Private + Protected function _Getgain: IJSAudioParam; Public constructor Create(aContext: IJSBaseAudioContext; const aOptions: TJSGainOptions); overload; @@ -65224,7 +65224,7 @@ Type end; TJSGamepadAxisMoveEvent = class(TJSGamepadEvent,IJSGamepadAxisMoveEvent) - Private + Protected function _Getaxis: Cardinal; function _Getvalue: Double; Public @@ -65247,7 +65247,7 @@ Type end; TJSGamepadButtonEvent = class(TJSGamepadEvent,IJSGamepadButtonEvent) - Private + Protected function _Getbutton: Cardinal; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSGamepadButtonEventInit); overload; @@ -65272,7 +65272,7 @@ Type end; TJSIDBOpenDBRequest = class(TJSIDBRequest,IJSIDBOpenDBRequest) - Private + Protected function _Getonblocked: TEventHandler; function _Getonupgradeneeded: TEventHandler; procedure _Setonblocked(const aValue: TEventHandler); @@ -65294,7 +65294,7 @@ Type end; TJSIIRFilterNode = class(TJSAudioNode,IJSIIRFilterNode) - Private + Protected Public constructor Create(aContext: IJSBaseAudioContext; const aOptions: TJSIIRFilterOptions); overload; procedure getFrequencyResponse(aFrequencyHz: IJSFloat32Array; aMagResponse: IJSFloat32Array; aPhaseResponse: IJSFloat32Array); overload; @@ -65320,7 +65320,7 @@ Type end; TJSInputEvent = class(TJSUIEvent,IJSInputEvent) - Private + Protected function _GetisComposing: Boolean; function _GetinputType: UnicodeString; function _Getdata: UnicodeString; @@ -65389,7 +65389,7 @@ Type end; TJSKeyboardEvent = class(TJSUIEvent,IJSKeyboardEvent) - Private + Protected function _GetcharCode: Cardinal; function _GetkeyCode: Cardinal; function _GetaltKey: Boolean; @@ -65643,7 +65643,7 @@ Type end; TJSMediaElementAudioSourceNode = class(TJSAudioNode,IJSMediaElementAudioSourceNode) - Private + Protected function _GetmediaElement: IJSHTMLMediaElement; Public constructor Create(aContext: IJSAudioContext; const aOptions: TJSMediaElementAudioSourceOptions); overload; @@ -65663,7 +65663,7 @@ Type end; TJSMediaStreamAudioDestinationNode = class(TJSAudioNode,IJSMediaStreamAudioDestinationNode) - Private + Protected function _Getstream: IJSMediaStream; Public constructor Create(aContext: IJSAudioContext; const aOptions: TJSAudioNodeOptions); overload; @@ -65684,7 +65684,7 @@ Type end; TJSMediaStreamAudioSourceNode = class(TJSAudioNode,IJSMediaStreamAudioSourceNode) - Private + Protected function _GetmediaStream: IJSMediaStream; Public constructor Create(aContext: IJSAudioContext; const aOptions: TJSMediaStreamAudioSourceOptions); overload; @@ -65702,7 +65702,7 @@ Type end; TJSMediaStreamTrackAudioSourceNode = class(TJSAudioNode,IJSMediaStreamTrackAudioSourceNode) - Private + Protected Public constructor Create(aContext: IJSAudioContext; const aOptions: TJSMediaStreamTrackAudioSourceOptions); overload; class function JSClassName: UnicodeString; override; @@ -65721,7 +65721,7 @@ Type end; TJSMIDIInput = class(TJSMIDIPort,IJSMIDIInput) - Private + Protected function _Getonmidimessage: TEventHandler; procedure _Setonmidimessage(const aValue: TEventHandler); Public @@ -65743,7 +65743,7 @@ Type end; TJSMIDIOutput = class(TJSMIDIPort,IJSMIDIOutput) - Private + Protected Public procedure send(const aData: TByteDynArray; aTimestamp: TDOMHighResTimeStamp); overload; procedure send(const aData: TByteDynArray); overload; @@ -65836,7 +65836,7 @@ Type end; TJSMouseEvent = class(TJSUIEvent,IJSMouseEvent) - Private + Protected function _GetscreenX: LongInt; function _GetscreenY: LongInt; function _GetpageX: LongInt; @@ -65939,7 +65939,7 @@ Type end; TJSNotificationEvent = class(TJSExtendableEvent,IJSNotificationEvent) - Private + Protected function _Getnotification: IJSNotification; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSNotificationEventInit); overload; @@ -65963,7 +65963,7 @@ Type end; TJSOfflineAudioContext = class(TJSBaseAudioContext,IJSOfflineAudioContext) - Private + Protected function _Getlength_: Cardinal; function _Getoncomplete: TEventHandler; procedure _Setoncomplete(const aValue: TEventHandler); @@ -66024,7 +66024,7 @@ Type end; TJSPannerNode = class(TJSAudioNode,IJSPannerNode) - Private + Protected function _GetpanningModel: TPanningModelType; function _GetpositionX: IJSAudioParam; function _GetpositionY: IJSAudioParam; @@ -66083,7 +66083,7 @@ Type end; TJSPaymentMethodChangeEvent = class(TJSPaymentRequestUpdateEvent,IJSPaymentMethodChangeEvent) - Private + Protected function _GetmethodName: UnicodeString; function _GetmethodDetails: IJSObject; Public @@ -66125,7 +66125,7 @@ Type end; TJSPerformanceNavigationTiming = class(TJSPerformanceResourceTiming,IJSPerformanceNavigationTiming) - Private + Protected function _GetunloadEventStart: TDOMHighResTimeStamp; function _GetunloadEventEnd: TDOMHighResTimeStamp; function _GetdomInteractive: TDOMHighResTimeStamp; @@ -66163,7 +66163,7 @@ Type end; TJSPushEvent = class(TJSExtendableEvent,IJSPushEvent) - Private + Protected function _Getdata: IJSPushMessageData; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSPushEventInit); overload; @@ -66187,7 +66187,7 @@ Type end; TJSScriptProcessorNode = class(TJSAudioNode,IJSScriptProcessorNode) - Private + Protected function _Getonaudioprocess: TEventHandler; function _GetbufferSize: LongInt; procedure _Setonaudioprocess(const aValue: TEventHandler); @@ -66224,7 +66224,7 @@ Type end; TJSScrollAreaEvent = class(TJSUIEvent,IJSScrollAreaEvent) - Private + Protected function _Getx: Single; function _Gety: Single; function _Getwidth: Single; @@ -66290,7 +66290,7 @@ Type end; TJSServiceWorkerGlobalScope = class(TJSWorkerGlobalScope,IJSServiceWorkerGlobalScope) - Private + Protected function _Getclients: IJSClients; function _Getregistration: IJSServiceWorkerRegistration; function _Getoninstall: TEventHandler; @@ -66345,7 +66345,7 @@ Type end; TJSSharedWorkerGlobalScope = class(TJSWorkerGlobalScope,IJSSharedWorkerGlobalScope) - Private + Protected function _Getname: UnicodeString; function _Getonconnect: TEventHandler; procedure _Setonconnect(const aValue: TEventHandler); @@ -66368,7 +66368,7 @@ Type end; TJSSpeechSynthesisErrorEvent = class(TJSSpeechSynthesisEvent,IJSSpeechSynthesisErrorEvent) - Private + Protected function _Geterror: TSpeechSynthesisErrorCode; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSSpeechSynthesisErrorEventInit); overload; @@ -66388,7 +66388,7 @@ Type end; TJSStereoPannerNode = class(TJSAudioNode,IJSStereoPannerNode) - Private + Protected function _Getpan: IJSAudioParam; Public constructor Create(aContext: IJSBaseAudioContext; const aOptions: TJSStereoPannerOptions); overload; @@ -66433,7 +66433,7 @@ Type end; TJSTouchEvent = class(TJSUIEvent,IJSTouchEvent) - Private + Protected function _Gettouches: IJSTouchList; function _GettargetTouches: IJSTouchList; function _GetchangedTouches: IJSTouchList; @@ -66511,7 +66511,7 @@ Type end; TJSVTTCue = class(TJSTextTrackCue,IJSVTTCue) - Private + Protected function _Getregion: IJSVTTRegion; function _Getvertical: TDirectionSetting; function _GetsnapToLines: Boolean; @@ -66564,7 +66564,7 @@ Type end; TJSWaveShaperNode = class(TJSAudioNode,IJSWaveShaperNode) - Private + Protected function _Getcurve: IJSFloat32Array; function _Getoversample: TOverSampleType; procedure _Setcurve(const aValue: IJSFloat32Array); @@ -66592,7 +66592,7 @@ Type end; TJSTaskSignal = class(TJSAbortSignal,IJSTaskSignal) - Private + Protected function _Getpriority: TTaskPriority; function _Getonprioritychange: TEventHandler; procedure _Setonprioritychange(const aValue: TEventHandler); @@ -66616,7 +66616,7 @@ Type end; TJSWebTransportError = class(TJSDOMException,IJSWebTransportError) - Private + Protected function _Getsource: TWebTransportErrorSource; function _GetstreamErrorCode: Byte; Public @@ -66641,7 +66641,7 @@ Type end; TJSXRReferenceSpace = class(TJSXRSpace,IJSXRReferenceSpace) - Private + Protected function _Getonreset: TEventHandler; procedure _Setonreset(const aValue: TEventHandler); Public @@ -66660,7 +66660,7 @@ Type end; TJSChromeWorker = class(TJSWorker,IJSChromeWorker) - Private + Protected Public constructor Create(const aScriptURL: UnicodeString; const aOptions: TJSWorkerOptions); overload; constructor Create(const aScriptURL: UnicodeString); overload; @@ -66723,7 +66723,7 @@ Type end; TJSXMLHttpRequest = class(TJSXMLHttpRequestEventTarget,IJSXMLHttpRequest) - Private + Protected function _Getonreadystatechange: TEventHandler; function _GetreadyState: Word; function _Gettimeout: Cardinal; @@ -66792,7 +66792,7 @@ Type end; TJSXMLHttpRequestUpload = class(TJSXMLHttpRequestEventTarget,IJSXMLHttpRequestUpload) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSXMLHttpRequestUpload; @@ -66827,7 +66827,7 @@ Type end; TJSAudioBufferSourceNode = class(TJSAudioScheduledSourceNode,IJSAudioBufferSourceNode) - Private + Protected function _Getbuffer: IJSAudioBuffer; function _GetplaybackRate: IJSAudioParam; function _Getdetune: IJSAudioParam; @@ -66864,7 +66864,7 @@ Type end; TJSComment = class(TJSCharacterData,IJSComment) - Private + Protected Public constructor Create(const aData: UnicodeString); overload; constructor Create; overload; @@ -66883,7 +66883,7 @@ Type end; TJSConstantSourceNode = class(TJSAudioScheduledSourceNode,IJSConstantSourceNode) - Private + Protected function _Getoffset: IJSAudioParam; Public constructor Create(aContext: IJSBaseAudioContext; const aOptions: TJSConstantSourceOptions); overload; @@ -66906,7 +66906,7 @@ Type end; TJSCSSContainerRule = class(TJSCSSConditionRule,IJSCSSContainerRule) - Private + Protected function _GetcontainerName: UTF8String; function _GetcontainerQuery: UTF8String; Public @@ -66927,7 +66927,7 @@ Type end; TJSCSSMediaRule = class(TJSCSSConditionRule,IJSCSSMediaRule) - Private + Protected function _Getmedia: IJSMediaList; Public class function JSClassName: UnicodeString; override; @@ -66944,7 +66944,7 @@ Type end; TJSCSSMozDocumentRule = class(TJSCSSConditionRule,IJSCSSMozDocumentRule) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSCSSMozDocumentRule; @@ -66959,7 +66959,7 @@ Type end; TJSCSSSupportsRule = class(TJSCSSConditionRule,IJSCSSSupportsRule) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSCSSSupportsRule; @@ -66992,7 +66992,7 @@ Type end; TJSDragEvent = class(TJSMouseEvent,IJSDragEvent) - Private + Protected function _GetdataTransfer: IJSDataTransfer; Public constructor Create(const aType_: UnicodeString; const aEventInitDict: TJSDragEventInit); overload; @@ -67028,7 +67028,7 @@ Type end; TJSHTMLDocument = class(TJSDocument,IJSHTMLDocument) - Private + Protected Public function GetDefault(const aName: UnicodeString): IJSObject; overload; class function JSClassName: UnicodeString; override; @@ -67431,7 +67431,7 @@ Type end; TJSHTMLElement = class(TJSElement,IJSHTMLElement) - Private + Protected function _Gettitle: UnicodeString; function _Getlang: UnicodeString; function _Gettranslate: Boolean; @@ -68150,7 +68150,7 @@ Type end; TJSMathMLElement = class(TJSElement,IJSMathMLElement) - Private + Protected function _Getonabort: TEventHandler; function _Getonblur: TEventHandler; function _Getonfocus: TEventHandler; @@ -68499,7 +68499,7 @@ Type end; TJSMouseScrollEvent = class(TJSMouseEvent,IJSMouseScrollEvent) - Private + Protected function _Getaxis: LongInt; Public Const @@ -68544,7 +68544,7 @@ Type end; TJSOscillatorNode = class(TJSAudioScheduledSourceNode,IJSOscillatorNode) - Private + Protected function _Gettype_: TOscillatorType; function _Getfrequency: IJSAudioParam; function _Getdetune: IJSAudioParam; @@ -68591,7 +68591,7 @@ Type end; TJSPointerEvent = class(TJSMouseEvent,IJSPointerEvent) - Private + Protected function _GetpointerId: LongInt; function _Getwidth: LongInt; function _Getheight: LongInt; @@ -68634,7 +68634,7 @@ Type end; TJSProcessingInstruction = class(TJSCharacterData,IJSProcessingInstruction) - Private + Protected function _Gettarget: UnicodeString; function _Getsheet: IJSStyleSheet; Public @@ -68690,7 +68690,7 @@ Type end; TJSShadowRoot = class(TJSDocumentFragment,IJSShadowRoot) - Private + Protected function _Getmode: TShadowRootMode; function _GetdelegatesFocus: Boolean; function _GetslotAssignment: TSlotAssignmentMode; @@ -69070,7 +69070,7 @@ Type end; TJSSVGElement = class(TJSElement,IJSSVGElement) - Private + Protected function _Getid2: UnicodeString; function _GetclassName_2: IJSSVGAnimatedString; function _GetownerSVGElement: IJSSVGSVGElement; @@ -69438,7 +69438,7 @@ Type end; TJSText = class(TJSCharacterData,IJSText) - Private + Protected function _GetwholeText: UnicodeString; function _GetassignedSlot: IJSHTMLSlotElement; Public @@ -69483,7 +69483,7 @@ Type end; TJSXRBoundedReferenceSpace = class(TJSXRReferenceSpace,IJSXRBoundedReferenceSpace) - Private + Protected function _GetboundsGeometry: TJSDOMPointReadOnlyDynArray; Public class function JSClassName: UnicodeString; override; @@ -69514,7 +69514,7 @@ Type end; TJSWheelEvent = class(TJSMouseEvent,IJSWheelEvent) - Private + Protected function _GetwheelDeltaX: LongInt; function _GetwheelDeltaY: LongInt; function _GetwheelDelta: LongInt; @@ -69550,7 +69550,7 @@ Type end; TJSXMLDocument = class(TJSDocument,IJSXMLDocument) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSXMLDocument; @@ -69565,7 +69565,7 @@ Type end; TJSCDATASection = class(TJSText,IJSCDATASection) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSCDATASection; @@ -69652,7 +69652,7 @@ Type end; TJSHTMLAnchorElement = class(TJSHTMLElement,IJSHTMLAnchorElement) - Private + Protected function _Gettarget: UnicodeString; function _Getdownload: UnicodeString; function _Getping: UnicodeString; @@ -69800,7 +69800,7 @@ Type end; TJSHTMLAreaElement = class(TJSHTMLElement,IJSHTMLAreaElement) - Private + Protected function _Getalt: UnicodeString; function _Getcoords: UnicodeString; function _Getshape: UnicodeString; @@ -69882,7 +69882,7 @@ Type end; TJSHTMLBaseElement = class(TJSHTMLElement,IJSHTMLBaseElement) - Private + Protected function _Gethref: UnicodeString; function _Gettarget: UnicodeString; procedure _Sethref(const aValue: UnicodeString); @@ -69976,7 +69976,7 @@ Type end; TJSHTMLBodyElement = class(TJSHTMLElement,IJSHTMLBodyElement) - Private + Protected function _Gettext: UnicodeString; function _Getlink: UnicodeString; function _GetvLink: UnicodeString; @@ -70067,7 +70067,7 @@ Type end; TJSHTMLBRElement = class(TJSHTMLElement,IJSHTMLBRElement) - Private + Protected function _Getclear: UnicodeString; procedure _Setclear(const aValue: UnicodeString); Public @@ -70138,7 +70138,7 @@ Type end; TJSHTMLButtonElement = class(TJSHTMLElement,IJSHTMLButtonElement) - Private + Protected function _Getdisabled: Boolean; function _Getform: IJSHTMLFormElement; function _GetformAction: UnicodeString; @@ -70226,7 +70226,7 @@ Type end; TJSHTMLCanvasElement = class(TJSHTMLElement,IJSHTMLCanvasElement) - Private + Protected function _Getwidth: Cardinal; function _Getheight: Cardinal; function _GetmozOpaque: Boolean; @@ -70265,7 +70265,7 @@ Type end; TJSHTMLDataElement = class(TJSHTMLElement,IJSHTMLDataElement) - Private + Protected function _Getvalue: UnicodeString; procedure _Setvalue(const aValue: UnicodeString); Public @@ -70286,7 +70286,7 @@ Type end; TJSHTMLDataListElement = class(TJSHTMLElement,IJSHTMLDataListElement) - Private + Protected function _Getoptions: IJSHTMLCollection; Public constructor Create; overload; @@ -70307,7 +70307,7 @@ Type end; TJSHTMLDetailsElement = class(TJSHTMLElement,IJSHTMLDetailsElement) - Private + Protected function _Getopen: Boolean; procedure _Setopen(const aValue: Boolean); Public @@ -70336,7 +70336,7 @@ Type end; TJSHTMLDialogElement = class(TJSHTMLElement,IJSHTMLDialogElement) - Private + Protected function _Getopen: Boolean; function _GetreturnValue: UnicodeString; procedure _Setopen(const aValue: Boolean); @@ -70365,7 +70365,7 @@ Type end; TJSHTMLDirectoryElement = class(TJSHTMLElement,IJSHTMLDirectoryElement) - Private + Protected function _Getcompact: Boolean; procedure _Setcompact(const aValue: Boolean); Public @@ -70387,7 +70387,7 @@ Type end; TJSHTMLDivElement = class(TJSHTMLElement,IJSHTMLDivElement) - Private + Protected function _Getalign: UnicodeString; procedure _Setalign(const aValue: UnicodeString); Public @@ -70409,7 +70409,7 @@ Type end; TJSHTMLDListElement = class(TJSHTMLElement,IJSHTMLDListElement) - Private + Protected function _Getcompact: Boolean; procedure _Setcompact(const aValue: Boolean); Public @@ -70428,7 +70428,7 @@ Type end; TJSHTMLUnknownElement = class(TJSHTMLElement,IJSHTMLUnknownElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSHTMLUnknownElement; @@ -70462,7 +70462,7 @@ Type end; TJSHTMLEmbedElement = class(TJSHTMLElement,IJSHTMLEmbedElement) - Private + Protected function _Getsrc: UnicodeString; function _Gettype_: UnicodeString; function _Getwidth: UnicodeString; @@ -70518,7 +70518,7 @@ Type end; TJSHTMLFieldSetElement = class(TJSHTMLElement,IJSHTMLFieldSetElement) - Private + Protected function _Getdisabled: Boolean; function _Getform: IJSHTMLFormElement; function _Getname: UnicodeString; @@ -70564,7 +70564,7 @@ Type end; TJSHTMLFontElement = class(TJSHTMLElement,IJSHTMLFontElement) - Private + Protected function _Getcolor: UnicodeString; function _Getface: UnicodeString; function _Getsize: UnicodeString; @@ -70633,7 +70633,7 @@ Type end; TJSHTMLFormElement = class(TJSHTMLElement,IJSHTMLFormElement) - Private + Protected function _GetacceptCharset: UnicodeString; function _Getaction: UnicodeString; function _Getautocomplete: UnicodeString; @@ -70721,7 +70721,7 @@ Type end; TJSHTMLFrameElement = class(TJSHTMLElement,IJSHTMLFrameElement) - Private + Protected function _Getname: UnicodeString; function _Getscrolling: UnicodeString; function _Getsrc: UnicodeString; @@ -70825,7 +70825,7 @@ Type end; TJSHTMLFrameSetElement = class(TJSHTMLElement,IJSHTMLFrameSetElement) - Private + Protected function _Getcols: UnicodeString; function _Getrows: UnicodeString; function _Getonafterprint: TEventHandler; @@ -70901,7 +70901,7 @@ Type end; TJSHTMLHeadElement = class(TJSHTMLElement,IJSHTMLHeadElement) - Private + Protected Public constructor Create; overload; class function JSClassName: UnicodeString; override; @@ -70920,7 +70920,7 @@ Type end; TJSHTMLHeadingElement = class(TJSHTMLElement,IJSHTMLHeadingElement) - Private + Protected function _Getalign: UnicodeString; procedure _Setalign(const aValue: UnicodeString); Public @@ -70954,7 +70954,7 @@ Type end; TJSHTMLHRElement = class(TJSHTMLElement,IJSHTMLHRElement) - Private + Protected function _Getalign: UnicodeString; function _Getcolor: UnicodeString; function _GetnoShade: Boolean; @@ -70988,7 +70988,7 @@ Type end; TJSHTMLHtmlElement = class(TJSHTMLElement,IJSHTMLHtmlElement) - Private + Protected function _Getversion: UnicodeString; procedure _Setversion(const aValue: UnicodeString); Public @@ -71061,7 +71061,7 @@ Type end; TJSHTMLIFrameElement = class(TJSHTMLElement,IJSHTMLIFrameElement) - Private + Protected function _Getsrc: UnicodeString; function _Getsrcdoc: UnicodeString; function _Getname: UnicodeString; @@ -71204,7 +71204,7 @@ Type end; TJSHTMLImageElement = class(TJSHTMLElement,IJSHTMLImageElement) - Private + Protected function _Getalt: UnicodeString; function _Getsrc: UnicodeString; function _Getsrcset: UnicodeString; @@ -71469,7 +71469,7 @@ Type end; TJSHTMLInputElement = class(TJSHTMLElement,IJSHTMLInputElement) - Private + Protected function _Getaccept: UnicodeString; function _Getalt: UnicodeString; function _Getautocomplete: UnicodeString; @@ -71668,7 +71668,7 @@ Type end; TJSHTMLLabelElement = class(TJSHTMLElement,IJSHTMLLabelElement) - Private + Protected function _Getform: IJSHTMLFormElement; function _GethtmlFor: UnicodeString; function _Getcontrol: IJSHTMLElement; @@ -71696,7 +71696,7 @@ Type end; TJSHTMLLegendElement = class(TJSHTMLElement,IJSHTMLLegendElement) - Private + Protected function _Getform: IJSHTMLFormElement; function _Getalign: UnicodeString; procedure _Setalign(const aValue: UnicodeString); @@ -71723,7 +71723,7 @@ Type end; TJSHTMLLIElement = class(TJSHTMLElement,IJSHTMLLIElement) - Private + Protected function _Getvalue: LongInt; function _Gettype_: UnicodeString; procedure _Setvalue(const aValue: LongInt); @@ -71801,7 +71801,7 @@ Type end; TJSHTMLLinkElement = class(TJSHTMLElement,IJSHTMLLinkElement) - Private + Protected function _Getdisabled: Boolean; function _Gethref: UnicodeString; function _GetcrossOrigin: UnicodeString; @@ -71878,7 +71878,7 @@ Type end; TJSHTMLMapElement = class(TJSHTMLElement,IJSHTMLMapElement) - Private + Protected function _Getname: UnicodeString; function _Getareas: IJSHTMLCollection; procedure _Setname(const aValue: UnicodeString); @@ -71943,7 +71943,7 @@ Type end; TJSHTMLMarqueeElement = class(TJSHTMLElement,IJSHTMLMarqueeElement) - Private + Protected function _Getbehavior: UnicodeString; function _GetbgColor: UnicodeString; function _Getdirection: UnicodeString; @@ -72119,7 +72119,7 @@ Type end; TJSHTMLMediaElement = class(TJSHTMLElement,IJSHTMLMediaElement) - Private + Protected function _Geterror: IJSMediaError; function _Getsrc: UnicodeString; function _GetcurrentSrc: UnicodeString; @@ -72265,7 +72265,7 @@ Type end; TJSHTMLMenuElement = class(TJSHTMLElement,IJSHTMLMenuElement) - Private + Protected function _Getcompact: Boolean; procedure _Setcompact(const aValue: Boolean); Public @@ -72299,7 +72299,7 @@ Type end; TJSHTMLMetaElement = class(TJSHTMLElement,IJSHTMLMetaElement) - Private + Protected function _Getname: UnicodeString; function _GethttpEquiv: UnicodeString; function _Getcontent: UnicodeString; @@ -72350,7 +72350,7 @@ Type end; TJSHTMLMeterElement = class(TJSHTMLElement,IJSHTMLMeterElement) - Private + Protected function _Getvalue: Double; function _Getmin: Double; function _Getmax: Double; @@ -72392,7 +72392,7 @@ Type end; TJSHTMLModElement = class(TJSHTMLElement,IJSHTMLModElement) - Private + Protected function _Getcite: UnicodeString; function _GetdateTime: UnicodeString; procedure _Setcite(const aValue: UnicodeString); @@ -72478,7 +72478,7 @@ Type end; TJSHTMLObjectElement = class(TJSHTMLElement,IJSHTMLObjectElement) - Private + Protected function _Getdata: UnicodeString; function _Gettype_: UnicodeString; function _Getname: UnicodeString; @@ -72570,7 +72570,7 @@ Type end; TJSHTMLOListElement = class(TJSHTMLElement,IJSHTMLOListElement) - Private + Protected function _Getreversed: Boolean; function _Getstart: LongInt; function _Gettype_: UnicodeString; @@ -72604,7 +72604,7 @@ Type end; TJSHTMLOptGroupElement = class(TJSHTMLElement,IJSHTMLOptGroupElement) - Private + Protected function _Getdisabled: Boolean; function _Getlabel_: UnicodeString; procedure _Setdisabled(const aValue: Boolean); @@ -72648,7 +72648,7 @@ Type end; TJSHTMLOptionElement = class(TJSHTMLElement,IJSHTMLOptionElement) - Private + Protected function _Getdisabled: Boolean; function _Getform: IJSHTMLFormElement; function _Getlabel_: UnicodeString; @@ -72712,7 +72712,7 @@ Type end; TJSHTMLOutputElement = class(TJSHTMLElement,IJSHTMLOutputElement) - Private + Protected function _GethtmlFor: IJSDOMTokenList; function _Getform: IJSHTMLFormElement; function _Getname: UnicodeString; @@ -72757,7 +72757,7 @@ Type end; TJSHTMLParagraphElement = class(TJSHTMLElement,IJSHTMLParagraphElement) - Private + Protected function _Getalign: UnicodeString; procedure _Setalign(const aValue: UnicodeString); Public @@ -72788,7 +72788,7 @@ Type end; TJSHTMLParamElement = class(TJSHTMLElement,IJSHTMLParamElement) - Private + Protected function _Getname: UnicodeString; function _Getvalue: UnicodeString; function _Gettype_: UnicodeString; @@ -72816,7 +72816,7 @@ Type end; TJSHTMLPictureElement = class(TJSHTMLElement,IJSHTMLPictureElement) - Private + Protected Public constructor Create; overload; class function JSClassName: UnicodeString; override; @@ -72835,7 +72835,7 @@ Type end; TJSHTMLPreElement = class(TJSHTMLElement,IJSHTMLPreElement) - Private + Protected function _Getwidth: LongInt; procedure _Setwidth(const aValue: LongInt); Public @@ -72864,7 +72864,7 @@ Type end; TJSHTMLProgressElement = class(TJSHTMLElement,IJSHTMLProgressElement) - Private + Protected function _Getvalue: Double; function _Getmax: Double; function _Getposition: Double; @@ -72893,7 +72893,7 @@ Type end; TJSHTMLQuoteElement = class(TJSHTMLElement,IJSHTMLQuoteElement) - Private + Protected function _Getcite: UnicodeString; procedure _Setcite(const aValue: UnicodeString); Public @@ -72953,7 +72953,7 @@ Type end; TJSHTMLScriptElement = class(TJSHTMLElement,IJSHTMLScriptElement) - Private + Protected function _Getsrc: UnicodeString; function _Gettype_: UnicodeString; function _GetnoModule: Boolean; @@ -73073,7 +73073,7 @@ Type end; TJSHTMLSelectElement = class(TJSHTMLElement,IJSHTMLSelectElement) - Private + Protected function _Getautocomplete: UnicodeString; function _Getdisabled: Boolean; function _Getform: IJSHTMLFormElement; @@ -73158,7 +73158,7 @@ Type end; TJSHTMLSlotElement = class(TJSHTMLElement,IJSHTMLSlotElement) - Private + Protected function _Getname: UnicodeString; procedure _Setname(const aValue: UnicodeString); Public @@ -73204,7 +73204,7 @@ Type end; TJSHTMLSourceElement = class(TJSHTMLElement,IJSHTMLSourceElement) - Private + Protected function _Getsrc: UnicodeString; function _Gettype_: UnicodeString; function _Getsrcset: UnicodeString; @@ -73241,7 +73241,7 @@ Type end; TJSHTMLSpanElement = class(TJSHTMLElement,IJSHTMLSpanElement) - Private + Protected Public constructor Create; overload; class function JSClassName: UnicodeString; override; @@ -73270,7 +73270,7 @@ Type end; TJSHTMLStyleElement = class(TJSHTMLElement,IJSHTMLStyleElement) - Private + Protected function _Getdisabled: Boolean; function _Getmedia: UnicodeString; function _Gettype_: UnicodeString; @@ -73302,7 +73302,7 @@ Type end; TJSHTMLTableCaptionElement = class(TJSHTMLElement,IJSHTMLTableCaptionElement) - Private + Protected function _Getalign: UnicodeString; procedure _Setalign(const aValue: UnicodeString); Public @@ -73365,7 +73365,7 @@ Type end; TJSHTMLTableCellElement = class(TJSHTMLElement,IJSHTMLTableCellElement) - Private + Protected function _GetcolSpan: Cardinal; function _GetrowSpan: Cardinal; function _Getheaders: UnicodeString; @@ -73443,7 +73443,7 @@ Type end; TJSHTMLTableColElement = class(TJSHTMLElement,IJSHTMLTableColElement) - Private + Protected function _Getspan: Cardinal; function _Getalign: UnicodeString; function _Getch: UnicodeString; @@ -73527,7 +73527,7 @@ Type end; TJSHTMLTableElement = class(TJSHTMLElement,IJSHTMLTableElement) - Private + Protected function _Getcaption: IJSHTMLTableCaptionElement; function _GettHead: IJSHTMLTableSectionElement; function _GettFoot: IJSHTMLTableSectionElement; @@ -73617,7 +73617,7 @@ Type end; TJSHTMLTableRowElement = class(TJSHTMLElement,IJSHTMLTableRowElement) - Private + Protected function _GetrowIndex: LongInt; function _GetsectionRowIndex: LongInt; function _Getcells: IJSHTMLCollection; @@ -73674,7 +73674,7 @@ Type end; TJSHTMLTableSectionElement = class(TJSHTMLElement,IJSHTMLTableSectionElement) - Private + Protected function _Getrows: IJSHTMLCollection; function _Getalign: UnicodeString; function _Getch: UnicodeString; @@ -73718,7 +73718,7 @@ Type end; TJSHTMLTemplateElement = class(TJSHTMLElement,IJSHTMLTemplateElement) - Private + Protected function _Getcontent: IJSDocumentFragment; function _GetshadowRootMode: UnicodeString; function _GetshadowRootDelegatesFocus: Boolean; @@ -73820,7 +73820,7 @@ Type end; TJSHTMLTextAreaElement = class(TJSHTMLElement,IJSHTMLTextAreaElement) - Private + Protected function _Getautocomplete: UnicodeString; function _Getcols: Cardinal; function _GetdirName: UnicodeString; @@ -73914,7 +73914,7 @@ Type end; TJSHTMLTimeElement = class(TJSHTMLElement,IJSHTMLTimeElement) - Private + Protected function _GetdateTime: UnicodeString; procedure _SetdateTime(const aValue: UnicodeString); Public @@ -73936,7 +73936,7 @@ Type end; TJSHTMLTitleElement = class(TJSHTMLElement,IJSHTMLTitleElement) - Private + Protected function _Gettext: UnicodeString; procedure _Settext(const aValue: UnicodeString); Public @@ -73974,7 +73974,7 @@ Type end; TJSHTMLTrackElement = class(TJSHTMLElement,IJSHTMLTrackElement) - Private + Protected function _Getkind: UnicodeString; function _Getsrc: UnicodeString; function _Getsrclang: UnicodeString; @@ -74021,7 +74021,7 @@ Type end; TJSHTMLUListElement = class(TJSHTMLElement,IJSHTMLUListElement) - Private + Protected function _Getcompact: Boolean; function _Gettype_: UnicodeString; procedure _Setcompact(const aValue: Boolean); @@ -74065,7 +74065,7 @@ Type end; TJSSVGAnimationElement = class(TJSSVGElement,IJSSVGAnimationElement) - Private + Protected function _GettargetElement: IJSSVGElement; function _Getonbegin: TEventHandler; function _Getonend: TEventHandler; @@ -74106,7 +74106,7 @@ Type end; TJSSVGClipPathElement = class(TJSSVGElement,IJSSVGClipPathElement) - Private + Protected function _GetclipPathUnits: IJSSVGAnimatedEnumeration; function _Gettransform: IJSSVGAnimatedTransformList; Public @@ -74139,7 +74139,7 @@ Type end; TJSSVGComponentTransferFunctionElement = class(TJSSVGElement,IJSSVGComponentTransferFunctionElement) - Private + Protected function _Gettype_: IJSSVGAnimatedEnumeration; function _GettableValues: IJSSVGAnimatedNumberList; function _Getslope: IJSSVGAnimatedNumber; @@ -74176,7 +74176,7 @@ Type end; TJSSVGDescElement = class(TJSSVGElement,IJSSVGDescElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGDescElement; @@ -74207,7 +74207,7 @@ Type end; TJSSVGFEBlendElement = class(TJSSVGElement,IJSSVGFEBlendElement) - Private + Protected function _Getin1: IJSSVGAnimatedString; function _Getin2: IJSSVGAnimatedString; function _Getmode: IJSSVGAnimatedEnumeration; @@ -74273,7 +74273,7 @@ Type end; TJSSVGFEColorMatrixElement = class(TJSSVGElement,IJSSVGFEColorMatrixElement) - Private + Protected function _Getin1: IJSSVGAnimatedString; function _Gettype_: IJSSVGAnimatedEnumeration; function _Getvalues: IJSSVGAnimatedNumberList; @@ -74323,7 +74323,7 @@ Type end; TJSSVGFEComponentTransferElement = class(TJSSVGElement,IJSSVGFEComponentTransferElement) - Private + Protected function _Getin1: IJSSVGAnimatedString; function _Getx: IJSSVGAnimatedLength; function _Gety: IJSSVGAnimatedLength; @@ -74374,7 +74374,7 @@ Type end; TJSSVGFECompositeElement = class(TJSSVGElement,IJSSVGFECompositeElement) - Private + Protected function _Getin1: IJSSVGAnimatedString; function _Getin2: IJSSVGAnimatedString; function _Getoperator_: IJSSVGAnimatedEnumeration; @@ -74457,7 +74457,7 @@ Type end; TJSSVGFEConvolveMatrixElement = class(TJSSVGElement,IJSSVGFEConvolveMatrixElement) - Private + Protected function _Getin1: IJSSVGAnimatedString; function _GetorderX: IJSSVGAnimatedInteger; function _GetorderY: IJSSVGAnimatedInteger; @@ -74532,7 +74532,7 @@ Type end; TJSSVGFEDiffuseLightingElement = class(TJSSVGElement,IJSSVGFEDiffuseLightingElement) - Private + Protected function _Getin1: IJSSVGAnimatedString; function _GetsurfaceScale: IJSSVGAnimatedNumber; function _GetdiffuseConstant: IJSSVGAnimatedNumber; @@ -74587,7 +74587,7 @@ Type end; TJSSVGFEDisplacementMapElement = class(TJSSVGElement,IJSSVGFEDisplacementMapElement) - Private + Protected function _Getin1: IJSSVGAnimatedString; function _Getin2: IJSSVGAnimatedString; function _Getscale: IJSSVGAnimatedNumber; @@ -74633,7 +74633,7 @@ Type end; TJSSVGFEDistantLightElement = class(TJSSVGElement,IJSSVGFEDistantLightElement) - Private + Protected function _Getazimuth: IJSSVGAnimatedNumber; function _Getelevation: IJSSVGAnimatedNumber; Public @@ -74673,7 +74673,7 @@ Type end; TJSSVGFEDropShadowElement = class(TJSSVGElement,IJSSVGFEDropShadowElement) - Private + Protected function _Getin1: IJSSVGAnimatedString; function _Getdx: IJSSVGAnimatedNumber; function _Getdy: IJSSVGAnimatedNumber; @@ -74719,7 +74719,7 @@ Type end; TJSSVGFEFloodElement = class(TJSSVGElement,IJSSVGFEFloodElement) - Private + Protected function _Getx: IJSSVGAnimatedLength; function _Gety: IJSSVGAnimatedLength; function _Getwidth: IJSSVGAnimatedLength; @@ -74761,7 +74761,7 @@ Type end; TJSSVGFEGaussianBlurElement = class(TJSSVGElement,IJSSVGFEGaussianBlurElement) - Private + Protected function _Getin1: IJSSVGAnimatedString; function _GetstdDeviationX: IJSSVGAnimatedNumber; function _GetstdDeviationY: IJSSVGAnimatedNumber; @@ -74810,7 +74810,7 @@ Type end; TJSSVGFEImageElement = class(TJSSVGElement,IJSSVGFEImageElement) - Private + Protected function _GetpreserveAspectRatio: IJSSVGAnimatedPreserveAspectRatio; function _GetcrossOrigin: UnicodeString; function _Getx: IJSSVGAnimatedLength; @@ -74852,7 +74852,7 @@ Type end; TJSSVGFEMergeElement = class(TJSSVGElement,IJSSVGFEMergeElement) - Private + Protected function _Getx: IJSSVGAnimatedLength; function _Gety: IJSSVGAnimatedLength; function _Getwidth: IJSSVGAnimatedLength; @@ -74879,7 +74879,7 @@ Type end; TJSSVGFEMergeNodeElement = class(TJSSVGElement,IJSSVGFEMergeNodeElement) - Private + Protected function _Getin1: IJSSVGAnimatedString; Public class function JSClassName: UnicodeString; override; @@ -74914,7 +74914,7 @@ Type end; TJSSVGFEMorphologyElement = class(TJSSVGElement,IJSSVGFEMorphologyElement) - Private + Protected function _Getin1: IJSSVGAnimatedString; function _Getoperator_: IJSSVGAnimatedEnumeration; function _GetradiusX: IJSSVGAnimatedNumber; @@ -74968,7 +74968,7 @@ Type end; TJSSVGFEOffsetElement = class(TJSSVGElement,IJSSVGFEOffsetElement) - Private + Protected function _Getin1: IJSSVGAnimatedString; function _Getdx: IJSSVGAnimatedNumber; function _Getdy: IJSSVGAnimatedNumber; @@ -75005,7 +75005,7 @@ Type end; TJSSVGFEPointLightElement = class(TJSSVGElement,IJSSVGFEPointLightElement) - Private + Protected function _Getx: IJSSVGAnimatedNumber; function _Gety: IJSSVGAnimatedNumber; function _Getz: IJSSVGAnimatedNumber; @@ -75048,7 +75048,7 @@ Type end; TJSSVGFESpecularLightingElement = class(TJSSVGElement,IJSSVGFESpecularLightingElement) - Private + Protected function _Getin1: IJSSVGAnimatedString; function _GetsurfaceScale: IJSSVGAnimatedNumber; function _GetspecularConstant: IJSSVGAnimatedNumber; @@ -75101,7 +75101,7 @@ Type end; TJSSVGFESpotLightElement = class(TJSSVGElement,IJSSVGFESpotLightElement) - Private + Protected function _Getx: IJSSVGAnimatedNumber; function _Gety: IJSSVGAnimatedNumber; function _Getz: IJSSVGAnimatedNumber; @@ -75144,7 +75144,7 @@ Type end; TJSSVGFETileElement = class(TJSSVGElement,IJSSVGFETileElement) - Private + Protected function _Getin1: IJSSVGAnimatedString; function _Getx: IJSSVGAnimatedLength; function _Gety: IJSSVGAnimatedLength; @@ -75193,7 +75193,7 @@ Type end; TJSSVGFETurbulenceElement = class(TJSSVGElement,IJSSVGFETurbulenceElement) - Private + Protected function _GetbaseFrequencyX: IJSSVGAnimatedNumber; function _GetbaseFrequencyY: IJSSVGAnimatedNumber; function _GetnumOctaves: IJSSVGAnimatedInteger; @@ -75252,7 +75252,7 @@ Type end; TJSSVGFilterElement = class(TJSSVGElement,IJSSVGFilterElement) - Private + Protected function _GetfilterUnits: IJSSVGAnimatedEnumeration; function _GetprimitiveUnits: IJSSVGAnimatedEnumeration; function _Getx: IJSSVGAnimatedLength; @@ -75289,7 +75289,7 @@ Type end; TJSSVGGradientElement = class(TJSSVGElement,IJSSVGGradientElement) - Private + Protected function _GetgradientUnits: IJSSVGAnimatedEnumeration; function _GetgradientTransform: IJSSVGAnimatedTransformList; function _GetspreadMethod: IJSSVGAnimatedEnumeration; @@ -75332,7 +75332,7 @@ Type end; TJSSVGGraphicsElement = class(TJSSVGElement,IJSSVGGraphicsElement) - Private + Protected function _Gettransform: IJSSVGAnimatedTransformList; function _GetnearestViewportElement: IJSSVGElement; function _GetfarthestViewportElement: IJSSVGElement; @@ -75381,7 +75381,7 @@ Type end; TJSSVGMarkerElement = class(TJSSVGElement,IJSSVGMarkerElement) - Private + Protected function _GetrefX: IJSSVGAnimatedLength; function _GetrefY: IJSSVGAnimatedLength; function _GetmarkerUnits: IJSSVGAnimatedEnumeration; @@ -75437,7 +75437,7 @@ Type end; TJSSVGMaskElement = class(TJSSVGElement,IJSSVGMaskElement) - Private + Protected function _GetmaskUnits: IJSSVGAnimatedEnumeration; function _GetmaskContentUnits: IJSSVGAnimatedEnumeration; function _Getx: IJSSVGAnimatedLength; @@ -75468,7 +75468,7 @@ Type end; TJSSVGMetadataElement = class(TJSSVGElement,IJSSVGMetadataElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGMetadataElement; @@ -75485,7 +75485,7 @@ Type end; TJSSVGMPathElement = class(TJSSVGElement,IJSSVGMPathElement) - Private + Protected function _Gethref: IJSSVGAnimatedString; Public class function JSClassName: UnicodeString; override; @@ -75522,7 +75522,7 @@ Type end; TJSSVGPatternElement = class(TJSSVGElement,IJSSVGPatternElement) - Private + Protected function _GetpatternUnits: IJSSVGAnimatedEnumeration; function _GetpatternContentUnits: IJSSVGAnimatedEnumeration; function _GetpatternTransform: IJSSVGAnimatedTransformList; @@ -75571,7 +75571,7 @@ Type end; TJSSVGScriptElement = class(TJSSVGElement,IJSSVGScriptElement) - Private + Protected function _Gettype_: UnicodeString; function _Getasync: Boolean; function _Getdefer: Boolean; @@ -75602,7 +75602,7 @@ Type end; TJSSVGStopElement = class(TJSSVGElement,IJSSVGStopElement) - Private + Protected function _Getoffset: IJSSVGAnimatedNumber; Public class function JSClassName: UnicodeString; override; @@ -75633,7 +75633,7 @@ Type end; TJSSVGStyleElement = class(TJSSVGElement,IJSSVGStyleElement) - Private + Protected function _Getdisabled: Boolean; function _Gettype_: UnicodeString; function _Getmedia: UnicodeString; @@ -75670,7 +75670,7 @@ Type end; TJSSVGSymbolElement = class(TJSSVGElement,IJSSVGSymbolElement) - Private + Protected function _GetviewBox: IJSSVGAnimatedRect; function _GetpreserveAspectRatio: IJSSVGAnimatedPreserveAspectRatio; function _GetrequiredExtensions: IJSSVGStringList; @@ -75693,7 +75693,7 @@ Type end; TJSSVGTitleElement = class(TJSSVGElement,IJSSVGTitleElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGTitleElement; @@ -75715,7 +75715,7 @@ Type end; TJSSVGViewElement = class(TJSSVGElement,IJSSVGViewElement) - Private + Protected function _GetviewBox: IJSSVGAnimatedRect; function _GetpreserveAspectRatio: IJSSVGAnimatedPreserveAspectRatio; function _GetzoomAndPan: Word; @@ -75742,7 +75742,7 @@ Type end; TJSHTMLAudioElement = class(TJSHTMLMediaElement,IJSHTMLAudioElement) - Private + Protected Public constructor Create; overload; class function JSClassName: UnicodeString; override; @@ -75791,7 +75791,7 @@ Type end; TJSHTMLVideoElement = class(TJSHTMLMediaElement,IJSHTMLVideoElement) - Private + Protected function _Getwidth: Cardinal; function _Getheight: Cardinal; function _GetvideoWidth: Cardinal; @@ -75867,7 +75867,7 @@ Type end; TJSSVGAElement = class(TJSSVGGraphicsElement,IJSSVGAElement) - Private + Protected function _Gettarget: IJSSVGAnimatedString; function _Getdownload: UnicodeString; function _Getping: UnicodeString; @@ -75909,7 +75909,7 @@ Type end; TJSSVGAnimateElement = class(TJSSVGAnimationElement,IJSSVGAnimateElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGAnimateElement; @@ -75924,7 +75924,7 @@ Type end; TJSSVGAnimateMotionElement = class(TJSSVGAnimationElement,IJSSVGAnimateMotionElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGAnimateMotionElement; @@ -75939,7 +75939,7 @@ Type end; TJSSVGAnimateTransformElement = class(TJSSVGAnimationElement,IJSSVGAnimateTransformElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGAnimateTransformElement; @@ -75954,7 +75954,7 @@ Type end; TJSSVGDefsElement = class(TJSSVGGraphicsElement,IJSSVGDefsElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGDefsElement; @@ -75969,7 +75969,7 @@ Type end; TJSSVGFEFuncAElement = class(TJSSVGComponentTransferFunctionElement,IJSSVGFEFuncAElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGFEFuncAElement; @@ -75984,7 +75984,7 @@ Type end; TJSSVGFEFuncBElement = class(TJSSVGComponentTransferFunctionElement,IJSSVGFEFuncBElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGFEFuncBElement; @@ -75999,7 +75999,7 @@ Type end; TJSSVGFEFuncGElement = class(TJSSVGComponentTransferFunctionElement,IJSSVGFEFuncGElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGFEFuncGElement; @@ -76014,7 +76014,7 @@ Type end; TJSSVGFEFuncRElement = class(TJSSVGComponentTransferFunctionElement,IJSSVGFEFuncRElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGFEFuncRElement; @@ -76037,7 +76037,7 @@ Type end; TJSSVGForeignObjectElement = class(TJSSVGGraphicsElement,IJSSVGForeignObjectElement) - Private + Protected function _Getx: IJSSVGAnimatedLength; function _Gety: IJSSVGAnimatedLength; function _Getwidth: IJSSVGAnimatedLength; @@ -76060,7 +76060,7 @@ Type end; TJSSVGGElement = class(TJSSVGGraphicsElement,IJSSVGGElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGGElement; @@ -76083,7 +76083,7 @@ Type end; TJSSVGGeometryElement = class(TJSSVGGraphicsElement,IJSSVGGeometryElement) - Private + Protected function _GetpathLength: IJSSVGAnimatedNumber; Public function isPointInFill(const aPoint: TJSDOMPointInit): Boolean; overload; @@ -76125,7 +76125,7 @@ Type end; TJSSVGImageElement = class(TJSSVGGraphicsElement,IJSSVGImageElement) - Private + Protected function _Getx: IJSSVGAnimatedLength; function _Gety: IJSSVGAnimatedLength; function _Getwidth: IJSSVGAnimatedLength; @@ -76167,7 +76167,7 @@ Type end; TJSSVGLinearGradientElement = class(TJSSVGGradientElement,IJSSVGLinearGradientElement) - Private + Protected function _Getx1: IJSSVGAnimatedLength; function _Gety1: IJSSVGAnimatedLength; function _Getx2: IJSSVGAnimatedLength; @@ -76202,7 +76202,7 @@ Type end; TJSSVGRadialGradientElement = class(TJSSVGGradientElement,IJSSVGRadialGradientElement) - Private + Protected function _Getcx: IJSSVGAnimatedLength; function _Getcy: IJSSVGAnimatedLength; function _Getr: IJSSVGAnimatedLength; @@ -76229,7 +76229,7 @@ Type end; TJSSVGSetElement = class(TJSSVGAnimationElement,IJSSVGSetElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGSetElement; @@ -76284,7 +76284,7 @@ Type end; TJSSVGSVGElement = class(TJSSVGGraphicsElement,IJSSVGSVGElement) - Private + Protected function _Getx: IJSSVGAnimatedLength; function _Gety: IJSSVGAnimatedLength; function _Getwidth: IJSSVGAnimatedLength; @@ -76344,7 +76344,7 @@ Type end; TJSSVGSwitchElement = class(TJSSVGGraphicsElement,IJSSVGSwitchElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGSwitchElement; @@ -76373,7 +76373,7 @@ Type end; TJSSVGTextContentElement = class(TJSSVGGraphicsElement,IJSSVGTextContentElement) - Private + Protected function _GettextLength: IJSSVGAnimatedLength; function _GetlengthAdjust: IJSSVGAnimatedEnumeration; Public @@ -76417,7 +76417,7 @@ Type end; TJSSVGUseElement = class(TJSSVGGraphicsElement,IJSSVGUseElement) - Private + Protected function _Getx: IJSSVGAnimatedLength; function _Gety: IJSSVGAnimatedLength; function _Getwidth: IJSSVGAnimatedLength; @@ -76448,7 +76448,7 @@ Type end; TJSSVGCircleElement = class(TJSSVGGeometryElement,IJSSVGCircleElement) - Private + Protected function _Getcx: IJSSVGAnimatedLength; function _Getcy: IJSSVGAnimatedLength; function _Getr: IJSSVGAnimatedLength; @@ -76477,7 +76477,7 @@ Type end; TJSSVGEllipseElement = class(TJSSVGGeometryElement,IJSSVGEllipseElement) - Private + Protected function _Getcx: IJSSVGAnimatedLength; function _Getcy: IJSSVGAnimatedLength; function _Getrx: IJSSVGAnimatedLength; @@ -76508,7 +76508,7 @@ Type end; TJSSVGLineElement = class(TJSSVGGeometryElement,IJSSVGLineElement) - Private + Protected function _Getx1: IJSSVGAnimatedLength; function _Gety1: IJSSVGAnimatedLength; function _Getx2: IJSSVGAnimatedLength; @@ -76536,7 +76536,7 @@ Type end; TJSSVGPathElement = class(TJSSVGGeometryElement,IJSSVGPathElement) - Private + Protected function _GetpathSegList: IJSSVGPathSegList; function _GetanimatedPathSegList: IJSSVGPathSegList; Public @@ -76560,7 +76560,7 @@ Type end; TJSSVGPolygonElement = class(TJSSVGGeometryElement,IJSSVGPolygonElement) - Private + Protected function _Getpoints: IJSSVGPointList; function _GetanimatedPoints: IJSSVGPointList; Public @@ -76583,7 +76583,7 @@ Type end; TJSSVGPolylineElement = class(TJSSVGGeometryElement,IJSSVGPolylineElement) - Private + Protected function _Getpoints: IJSSVGPointList; function _GetanimatedPoints: IJSSVGPointList; Public @@ -76614,7 +76614,7 @@ Type end; TJSSVGRectElement = class(TJSSVGGeometryElement,IJSSVGRectElement) - Private + Protected function _Getx: IJSSVGAnimatedLength; function _Gety: IJSSVGAnimatedLength; function _Getwidth: IJSSVGAnimatedLength; @@ -76649,7 +76649,7 @@ Type end; TJSSVGTextPathElement = class(TJSSVGTextContentElement,IJSSVGTextPathElement) - Private + Protected function _GetstartOffset: IJSSVGAnimatedLength; function _Getmethod: IJSSVGAnimatedEnumeration; function _Getspacing: IJSSVGAnimatedEnumeration; @@ -76690,7 +76690,7 @@ Type end; TJSSVGTextPositioningElement = class(TJSSVGTextContentElement,IJSSVGTextPositioningElement) - Private + Protected function _Getx: IJSSVGAnimatedLengthList; function _Gety: IJSSVGAnimatedLengthList; function _Getdx: IJSSVGAnimatedLengthList; @@ -76715,7 +76715,7 @@ Type end; TJSSVGTextElement = class(TJSSVGTextPositioningElement,IJSSVGTextElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGTextElement; @@ -76730,7 +76730,7 @@ Type end; TJSSVGTSpanElement = class(TJSSVGTextPositioningElement,IJSSVGTSpanElement) - Private + Protected Public class function JSClassName: UnicodeString; override; class function Cast(const Intf: IJSObject): IJSSVGTSpanElement; @@ -76745,7 +76745,7 @@ Type end; TJSAPZHitResultFlags = class(TJSObject,IJSAPZHitResultFlags) - Private + Protected Public Const INVISIBLE = 0; @@ -76805,7 +76805,7 @@ Type end; TJSconsole = class(TJSObject,IJSconsole) - Private + Protected Public procedure assert(aCondition: Boolean; const aData: Variant){; ToDo:varargs}; overload; procedure assert{; ToDo:varargs}; overload; @@ -76856,7 +76856,7 @@ Type end; TJSCSS = class(TJSObject,IJSCSS) - Private + Protected function _Gethighlights: IJSHighlightRegistry; Public function supports(const aProperty_: UTF8String; const aValue: UTF8String): Boolean; overload; @@ -76887,7 +76887,7 @@ Type end; TJSFuzzingFunctions = class(TJSObject,IJSFuzzingFunctions) - Private + Protected Public procedure garbageCollect; overload; procedure garbageCollectCompacting; overload; @@ -76913,7 +76913,7 @@ Type end; TJSTestUtils = class(TJSObject,IJSTestUtils) - Private + Protected Public function gc: IJSPromise; overload; // Promise class function JSClassName: UnicodeString; override; @@ -76930,7 +76930,7 @@ Type end; TJSWorkerTestUtils = class(TJSObject,IJSWorkerTestUtils) - Private + Protected Public function currentTimerNestingLevel: Cardinal; overload; class function JSClassName: UnicodeString; override;