Modify

Opened 9 years ago

Closed 8 years ago

Last modified 8 years ago

#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 Changed 8 years ago by guinness

  • Resolution set to Rejected
  • Status changed from new to closed

Current work is being done on IE.au3.

Last edited 8 years ago by guinness (previous) (diff)

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.