Of course I sure. Games and other projects contained shaders still work.
Nordok
Recent community posts
I see that I misunderstood the meaning of this function, I do not need the status of the request at the moment. I need to get the current code of the current page in a variable in order to find the necessary information in it. Besides, it would be very cool to get not the original code (before the java script is executed and others), namely the current one, which is generated by all the scripts on the page. Is this possible?
I have already been told how you can do what I need. To open a line as an HTML page without saving it. Instead of an address, you can use the following lines:
data:text/html;base256,<b>hello world</b>
or
data:text/html;base64,PGI+aGVsbG8gd29ybGQ8L2I+4oCL4oCL
It will be executed as HTML. Also, it works in browser (in the address bar)
Hi, it looks great, but i have a Bug.
When i start project, i see many of "Open a file" dialogs like this: Screenshot
and "address string" are blinking every time...