mirror of
https://github.com/servo/servo.git
synced 2025-07-06 15:03:40 +01:00
27 lines
876 B
XML
27 lines
876 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE Definitions SYSTEM "widlprocxml.dtd">
|
|
<Definitions>
|
|
<webidl>[Constructor]
|
|
interface LotteryResults {
|
|
readonly attribute unsigned short[][] numbers;
|
|
};</webidl>
|
|
<Interface name="LotteryResults" id="::LotteryResults">
|
|
<webidl>[Constructor]
|
|
interface LotteryResults {
|
|
readonly attribute unsigned short[][] numbers;
|
|
};</webidl>
|
|
<ExtendedAttributeList>
|
|
<ExtendedAttribute name="Constructor">
|
|
<webidl>Constructor</webidl>
|
|
</ExtendedAttribute>
|
|
</ExtendedAttributeList>
|
|
<Attribute readonly="readonly" name="numbers" id="::LotteryResults::numbers">
|
|
<webidl> readonly attribute unsigned short[][] numbers;</webidl>
|
|
<Type type="array">
|
|
<Type type="array">
|
|
<Type type="unsigned short"/>
|
|
</Type>
|
|
</Type>
|
|
</Attribute>
|
|
</Interface>
|
|
</Definitions>
|