-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ a feature of the library. This extension addresses that shortcoming. | |
## Install | ||
|
||
```html | ||
<script src="https://unpkg.com/[email protected].0/head-support.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/head-support.js"></script> | ||
``` | ||
|
||
## Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ This extension encodes parameters in JSON format instead of url format. | |
## Install | ||
|
||
```html | ||
<script src="https://unpkg.com/[email protected].0/json-enc.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/json-enc.js"></script> | ||
``` | ||
|
||
## Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ actual HTTP method. This is necessary when dealing with some firewall or proxy | |
## Install | ||
|
||
```html | ||
<script src="https://unpkg.com/[email protected].0/method-override.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/method-override.js"></script> | ||
``` | ||
|
||
### Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ The `preload` extension allows you to load HTML fragments into your browser's ca | |
## Install | ||
|
||
```html | ||
<script src="https://unpkg.com/[email protected].0/preload.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/preload.js"></script> | ||
``` | ||
|
||
## Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Use the following attributes to configure how SSE connections behave: | |
## Install | ||
|
||
```html | ||
<script src="https://unpkg.com/[email protected].1/sse.js"></script> | ||
<script src="https://unpkg.com/[email protected].2/sse.js"></script> | ||
``` | ||
|
||
## Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ Use the following attributes to configure how WebSockets behave: | |
## Install | ||
|
||
```html | ||
<script src="https://unpkg.com/[email protected].0/ws.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/ws.js"></script> | ||
``` | ||
|
||
## Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters