Modify

#3088 closed Feature Request (Rejected)

ie.au3 readystate enums

Reported by: mLipok Owned by:
Milestone: Component: Standard UDFs
Version: Severity: None
Keywords: Cc:

Description

Please add this to ie.au3

;~ https://msdn.microsoft.com/en-us/library/bb268229(v=vs.85).aspx
Global Enum _
		$__g_eREADYSTATE_UNINITIALIZED, _ ; Default initialization state.
		$__g_eREADYSTATE_LOADING, _ ; Object is currently loading its properties.
		$__g_eREADYSTATE_LOADED, _ ; Object has been initialized.
		$__g_eREADYSTATE_INTERACTIVE, _ ; Object is interactive, but not all of its data is available.
		$__g_eREADYSTATE_COMPLETE ; Object has received all of its data.

Attachments (0)

Change History (1)

comment:1 by guinness, on Nov 7, 2015 at 8:44:03 AM

Resolution: Rejected
Status: newclosed

Current work is being done on IE.au3.

Last edited on Nov 7, 2015 at 8:44:20 AM by guinness (previous) (diff)

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.