Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 06f5ed6

Browse files
committed
fixes #7
1 parent 04e5e9b commit 06f5ed6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

metadata.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<x-meta id="core-ajax" label="Ajax" group="Core">
2+
3+
<property name="handleAs" kind="select" options="json,text,xml,arraybuffer,blob,document"></property>
4+
<property name="method" kind="select" options="GET,POST,PUT,DELETE"></property>
5+
6+
<template>
7+
<core-ajax handleAs="json" method="GET"></core-ajax>
8+
</template>
9+
10+
<template id="imports">
11+
<link rel="import" href="core-ajax.html">
12+
</template>
13+
14+
</x-meta>

0 commit comments

Comments
 (0)