Skip to content

Typed variables#16

Open
0-Vanes-0 wants to merge 1 commit intoD2klaas:mainfrom
0-Vanes-0:main
Open

Typed variables#16
0-Vanes-0 wants to merge 1 commit intoD2klaas:mainfrom
0-Vanes-0:main

Conversation

@0-Vanes-0
Copy link

For better reading code of the plugin, added some typed code:

  • application_octet-stream.gd is now BaseDecoder class which is inherited by other classes such as image.gd, image_texture.gd, application_json.gd, text.gd
  • _manager variable of HTTPManagerJob now has type which makes easier to check properties and methods

Also added http_manager export var for better autocomplete code.
In addition, fixed bug when "go" button is pressed multiple times and "all completed" is printed more than once.

For better reading code of the plugin, added some typed code:
- application_octet-stream.gd is now BaseDecoder class which is inherited by other classes such as image.gd, image_texture.gd, application_json.gd, text.gd
- _manager variable of HTTPManagerJob now has type which makes easier to check properties and methods

Also added http_manager export var for better autocomplete code.
In addition, fixed bug when "go" button is pressed multiple times and "all completed" is printed more than once.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant