সারসংক্ষেপ
AbstractWorker
ইন্টারফেসটি মূলত বিভিন্ন প্রোপ্রার্টি এবং মেথড কে বিবৃত করে থাকে যা সাধারনভাবে প্রায় সব কর্মীরা ব্যবহার করে থাকেন, Worker
অথবা SharedWorker
হিসেবে।
Properties
The AbstractWorker
interface doesn't inherit any property.
-
AbstractWorker.onerror
-
Is an
EventListener
that is called whenever anErrorEvent
of typeerror
bubbles through the worker.
Methods
The AbstractWorker
interface doesn't implement or inherit any method.
Specifications
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard | Living Standard | No change from Web Workers. |
Web Workers | Candidate Recommendation | Initial definition. |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
See also
- The
Worker
andSharedWorker
inheriting it.