Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-study-front-share
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
yifu-study
front
yifu-study-front-share
Commits
0ed38f3e
Commit
0ed38f3e
authored
Sep 01, 2022
by
zhangshun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'调整部分内容'
parent
c44d3a20
Pipeline
#16625
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
JavaScript中Worker初探.md
source/_posts/JavaScript中Worker初探.md
+1
-1
No files found.
source/_posts/JavaScript中Worker初探.md
View file @
0ed38f3e
...
...
@@ -146,7 +146,7 @@ worker 线程无法读取本地文件,即不能打开本机的文件系统(f
```

<br
/>

### SharedWorker一种特殊的worker,详细内容查看
!
[SharedWorker](https://developer.mozilla.org/zh-CN/docs/Web/API/SharedWorker)
### SharedWorker一种特殊的worker,详细内容查看[SharedWorker](https://developer.mozilla.org/zh-CN/docs/Web/API/SharedWorker)
sharedWorker 顾名思义,是 worker 的一种,可以由所有同源的页面共享。同Worker的api一样,传入js的url,就可以注册一个 sharedWorker 实例,
sharedWorker通过port来发送和接收消息
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment