Changes between Initial Version and Version 1 of Ticket #16676, comment 1
- Timestamp:
- Jan 26, 2017, 1:38:21 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16676, comment 1
initial v1 1 This is more of a feautre request than a bug thus I will change it to such. At the moment wedon't provide support for "async".1 This is more of a feautre request than a bug because at the moment we simply don't provide support for "async". 2 2 3 Anyway you are right - when async is used the {{{document.wrtie}}} should not be called. One reason is that when page has already been loaded, using {{{document.write}}} will call {{{document.open}}} which will wipe out the existing page. In such case having editor clearing a whole page doesn't sound too good. 4