[webkit-help] AtomicString
Alexey Proskuryakov
ap at webkit.org
Thu Mar 4 08:45:31 PST 2010
04.03.2010, в 08:10, Anatoli Kuzmin написал(а):
> I tried to execute getElementById from another thread and got null. So how can I "convert" string id to correct implementation?
DOM APIs are not available in other threads, this is by design. Changing this would be a major undertaking, with a likely result of making WebKit slower due to synchronization overhead.
- WBR, Alexey Proskuryakov
More information about the webkit-help
mailing list