-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to <script>-based API (issue #670) #679
Conversation
Update the explainer so that it uses <script>-based API, instead of <link>-based API. Note: - The syntax is still tentative. We should align the syntax with ResourceBundles (issue WICG#670). - There are still some gaps between <link>-based API and <script>-based API. e.g. Request's mode and credentials mode. They should be resolved later.
d293630
to
4c6b89e
Compare
Thanks for the reviews. Addressed. Could you please take a look again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for the reviews. Let me merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Update the explainer so that it uses
<script>
-based API, instead of<link>
-based API.Note:
(issue Use <script> tag, instead of <link> tag #670).
<link>
-based API and<script>
-based API.e.g. Request's mode and credentials mode. They should be resolved
later.