This translation is incomplete. Please help translate this article from English.
একটি UTF-16 স্ট্রিং। যেহেতু জাভাস্ক্রিপ্ট ইতোমধ্যেই এমন স্ট্রিং ব্যবহার করে, DOMString
সরাসরি String
কেই নির্দেশ করে থাকে।
Passing null
to a method or parameter accepting a DOMString
typically stringifies to "null"
.
স্পেসিফিকেশন
Specification | Status | Comment |
---|---|---|
Web IDL (Second Edition) The definition of 'DOMString' in that specification. |
Candidate Recommendation | Rephrasing of the definition to remove weird edge cases. |
Document Object Model (DOM) Level 3 Core Specification The definition of 'DOMString' in that specification. |
Recommendation | No change from Document Object Model (DOM) Level 2 Core Specification |
Document Object Model (DOM) Level 2 Core Specification The definition of 'DOMString' in that specification. |
Recommendation | No change from Document Object Model (DOM) Level 1 Specification |
Document Object Model (DOM) Level 1 Specification The definition of 'DOMString' in that specification. |
Recommendation | Initial definition. |